diff options
-rw-r--r-- | app/src/main/java/app/passwordstore/util/features/Feature.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/app/passwordstore/util/features/Feature.kt b/app/src/main/java/app/passwordstore/util/features/Feature.kt index f046dbd7..705ef18b 100644 --- a/app/src/main/java/app/passwordstore/util/features/Feature.kt +++ b/app/src/main/java/app/passwordstore/util/features/Feature.kt @@ -14,7 +14,7 @@ enum class Feature( ) { /** 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. */ EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"), |