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:
Harsh Shandilya 2023-11-30 13:26:45 +05:30
parent dbec05f4ca
commit 14cc25af14
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. */
EnableNewSSHLayer(true, "enable_new_ssh"),
EnableNewSSHLayer(false, "enable_new_ssh"),
/** Opt into a cache layer for PGP passphrases. */
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),