Package | Description |
---|---|
org.apache.sshd.client.config.hosts | |
org.apache.sshd.common.config.keys | |
org.apache.sshd.server.config.keys |
Modifier and Type | Field and Description |
---|---|
private AuthorizedKeyEntry |
KnownHostEntry.keyEntry |
Modifier and Type | Method and Description |
---|---|
AuthorizedKeyEntry |
KnownHostEntry.getKeyEntry() |
Modifier and Type | Method and Description |
---|---|
void |
KnownHostEntry.setKeyEntry(AuthorizedKeyEntry keyEntry) |
Modifier and Type | Method and Description |
---|---|
static AuthorizedKeyEntry |
AuthorizedKeyEntry.parseAuthorizedKeyEntry(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.io.BufferedReader rdr) |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.io.File file)
Reads read the contents of an
authorized_keys file |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.io.InputStream in,
boolean okToClose)
Reads read the contents of an
authorized_keys file |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.nio.file.Path path,
java.nio.file.OpenOption... options)
Reads read the contents of an
authorized_keys file |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.io.Reader rdr,
boolean okToClose)
Reads read the contents of an
authorized_keys file |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.lang.String filePath)
Reads read the contents of an
authorized_keys file |
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(java.net.URL url)
Reads read the contents of an
authorized_keys file |
Modifier and Type | Method and Description |
---|---|
static PublickeyAuthenticator |
AuthorizedKeyEntry.fromAuthorizedEntries(PublicKeyEntryResolver fallbackResolver,
java.util.Collection<? extends AuthorizedKeyEntry> entries) |
static java.util.List<java.security.PublicKey> |
AuthorizedKeyEntry.resolveAuthorizedKeys(PublicKeyEntryResolver fallbackResolver,
java.util.Collection<? extends AuthorizedKeyEntry> entries) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AuthorizedKeyEntry> |
AuthorizedKeysAuthenticator.readDefaultAuthorizedKeys(java.nio.file.OpenOption... options)
Reads read the contents of the default OpenSSH
authorized_keys file |
protected java.util.Collection<AuthorizedKeyEntry> |
AuthorizedKeysAuthenticator.reloadAuthorizedKeys(java.nio.file.Path path,
java.lang.String username,
ServerSession session) |
protected java.util.Collection<AuthorizedKeyEntry> |
DefaultAuthorizedKeysAuthenticator.reloadAuthorizedKeys(java.nio.file.Path path,
java.lang.String username,
ServerSession session) |