Package | Description |
---|---|
org.apache.sshd.client.config.hosts | |
org.apache.sshd.client.config.keys | |
org.apache.sshd.client.keyverifier | |
org.apache.sshd.server.config.keys |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFileHostEntryResolver
Watches for changes in a configuration file and automatically reloads any changes
|
class |
DefaultConfigFileHostEntryResolver
Monitors the
~/.ssh/config file of the user currently running
the client, re-loading it if necessary. |
Modifier and Type | Class and Description |
---|---|
class |
ClientIdentityFileWatcher
A
ClientIdentityProvider that watches a given key file re-loading
its contents if it is ever modified, deleted or (re-)created |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKnownHostsServerKeyVerifier
Monitors the
~/.ssh/known_hosts file of the user currently running
the client, updating and re-loading it if necessary. |
class |
KnownHostsServerKeyVerifier |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizedKeysAuthenticator
Uses the authorized keys file to implement
PublickeyAuthenticator
while automatically re-loading the keys if the file has changed when a
new authentication request is received. |
class |
DefaultAuthorizedKeysAuthenticator
Monitors the
~/.ssh/authorized_keys file of the user currently running
the server, re-loading it if necessary. |