Store SSH private keys in Keychain instead of files
This commit is contained in:
parent
6b95e60ea1
commit
f1337622dc
9 changed files with 45 additions and 30 deletions
|
|
@ -11,6 +11,7 @@ public class KeyFileManager {
|
|||
|
||||
public static let PublicPgp = KeyFileManager(keyType: PgpKey.PUBLIC)
|
||||
public static let PrivatePgp = KeyFileManager(keyType: PgpKey.PRIVATE)
|
||||
public static let PrivateSsh = KeyFileManager(keyType: SshKey.PRIVATE)
|
||||
|
||||
private let keyType: CryptographicKey
|
||||
private let keyPath: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue