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 |
FileWatcherKeyPairResourceLoader
Tracks a file containing
KeyPair -s an re-loads it whenever a change
has been sensed in the monitored file (if it exists) |
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. |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.