Package | Description |
---|---|
org.apache.sshd.client.config.hosts | |
org.apache.sshd.common.config.keys | |
org.apache.sshd.server.auth.pubkey | |
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) |
static AuthorizedKeyEntry |
AuthorizedKeyEntry.parseAuthorizedKeyEntry(java.lang.String value,
PublicKeyEntryDataResolver resolver) |
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.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.net.URL url)
Reads read the contents of an
authorized_keys file |
Modifier and Type | Field and Description |
---|---|
static AttributeRepository.AttributeKey<AuthorizedKeyEntry> |
AuthorizedKeyEntriesPublickeyAuthenticator.AUTHORIZED_KEY |
private java.util.Map<AuthorizedKeyEntry,java.security.PublicKey> |
AuthorizedKeyEntriesPublickeyAuthenticator.resolvedKeys |
Modifier and Type | Method and Description |
---|---|
static PublickeyAuthenticator |
PublickeyAuthenticator.fromAuthorizedEntries(java.lang.Object id,
ServerSession session,
java.util.Collection<? extends AuthorizedKeyEntry> entries,
PublicKeyEntryResolver fallbackResolver) |
Constructor and Description |
---|
AuthorizedKeyEntriesPublickeyAuthenticator(java.lang.Object id,
ServerSession session,
java.util.Collection<? extends AuthorizedKeyEntry> entries,
PublicKeyEntryResolver fallbackResolver) |
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) |
Modifier and Type | Method and Description |
---|---|
protected PublickeyAuthenticator |
AuthorizedKeysAuthenticator.createDelegateAuthenticator(java.lang.String username,
ServerSession session,
java.nio.file.Path path,
java.util.Collection<AuthorizedKeyEntry> entries,
PublicKeyEntryResolver fallbackResolver) |