feat: try out new SSH layer again

The underlying bug that we hit before has been fixed so this is ready for another try
This commit is contained in:
Harsh Shandilya 2023-11-30 13:09:11 +05:30
parent f57c2669fc
commit 23b4d2a6c1
No known key found for this signature in database

View file

@ -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(false, "enable_new_ssh"), EnableNewSSHLayer(true, "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"),