Revert "feat: try out new SSH layer again"
Should've tested this before pushing, still broken lol.
This reverts commit 23b4d2a6c1
.
This commit is contained in:
parent
dbec05f4ca
commit
14cc25af14
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ enum class Feature(
|
||||||
) {
|
) {
|
||||||
|
|
||||||
/** Opt into the new SSH layer implemented as a freestanding module. */
|
/** Opt into the new SSH layer implemented as a freestanding module. */
|
||||||
EnableNewSSHLayer(true, "enable_new_ssh"),
|
EnableNewSSHLayer(false, "enable_new_ssh"),
|
||||||
|
|
||||||
/** Opt into a cache layer for PGP passphrases. */
|
/** Opt into a cache layer for PGP passphrases. */
|
||||||
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),
|
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),
|
||||||
|
|
Loading…
Reference in a new issue