| 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 | 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(String value) |
static AuthorizedKeyEntry |
AuthorizedKeyEntry.parseAuthorizedKeyEntry(String value,
PublicKeyEntryDataResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
static List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(BufferedReader rdr) |
static List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(InputStream in,
boolean okToClose)
Reads read the contents of an
authorized_keys file |
static List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(Path path,
OpenOption... options)
Reads read the contents of an
authorized_keys file |
static List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(Reader rdr,
boolean okToClose)
Reads read the contents of an
authorized_keys file |
static List<AuthorizedKeyEntry> |
AuthorizedKeyEntry.readAuthorizedKeys(URL url)
Reads read the contents of an
authorized_keys file |
| Modifier and Type | Method and Description |
|---|---|
static PublickeyAuthenticator |
PublickeyAuthenticator.fromAuthorizedEntries(Object id,
ServerSession session,
Collection<? extends AuthorizedKeyEntry> entries,
PublicKeyEntryResolver fallbackResolver) |
| Modifier and Type | Method and Description |
|---|---|
static List<AuthorizedKeyEntry> |
AuthorizedKeysAuthenticator.readDefaultAuthorizedKeys(OpenOption... options)
Reads read the contents of the default OpenSSH
authorized_keys file |
protected Collection<AuthorizedKeyEntry> |
DefaultAuthorizedKeysAuthenticator.reloadAuthorizedKeys(Path path,
String username,
ServerSession session) |
protected Collection<AuthorizedKeyEntry> |
AuthorizedKeysAuthenticator.reloadAuthorizedKeys(Path path,
String username,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected PublickeyAuthenticator |
AuthorizedKeysAuthenticator.createDelegateAuthenticator(String username,
ServerSession session,
Path path,
Collection<AuthorizedKeyEntry> entries,
PublicKeyEntryResolver fallbackResolver) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.