| Constructor and Description |
|---|
AuthorizedKeys() |
| Modifier and Type | Method and Description |
|---|---|
static Keychain |
defaultKeychain() |
static Keychain |
newKeychain(File authorizedKeysFile)
Convenience method which should simplify the interaction for 99% of implementations.
|
public static Keychain defaultKeychain() throws IOException
Keychain attached to the authorized_keys identities read fromIOException - if the default authorized_Keys file does not exist.public static Keychain newKeychain(File authorizedKeysFile) throws IOException
authorizedKeysFile - File in the RFC4253 authorized_keys format that every Linux admin knows and loves,
which contains a list of public keys which are allowed for authenticationKeychain attached to the authorized_keys identitiesIOExceptionCopyright © 2013. All Rights Reserved.