| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts | |
| org.apache.sshd.common.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 |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.