mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-17 23:07:23 +01:00
Attempt to fix ssh signing with rsa keys
This commit is contained in:
@@ -11,7 +11,7 @@ struct Secretive: App {
|
||||
private let storeList: SecretStoreList = {
|
||||
let list = SecretStoreList()
|
||||
list.add(store: SecureEnclave.Store())
|
||||
list.add(store: SmartCard.Store())
|
||||
list.add(store: SmartCard.Store(includeEncryptionKeys: false))
|
||||
return list
|
||||
}()
|
||||
private let agentStatusChecker = AgentStatusChecker()
|
||||
|
||||
@@ -195,7 +195,7 @@ struct ContentView_Previews: PreviewProvider {
|
||||
private static let storeList: SecretStoreList = {
|
||||
let list = SecretStoreList()
|
||||
list.add(store: SecureEnclave.Store())
|
||||
list.add(store: SmartCard.Store())
|
||||
list.add(store: SmartCard.Store(includeEncryptionKeys: false))
|
||||
return list
|
||||
}()
|
||||
private static let agentStatusChecker = AgentStatusChecker()
|
||||
|
||||
Reference in New Issue
Block a user