From 23b4d2a6c186ad7027c572e8713140427fb88001 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 Nov 2023 13:09:11 +0530 Subject: feat: try out new SSH layer again The underlying bug that we hit before has been fixed so this is ready for another try --- app/src/main/java/app/passwordstore/util/features/Feature.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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"), -- cgit v1.2.3