Uses of Class
org.apache.sshd.common.util.io.ModifiableFileWatcher
-
-
Uses of ModifiableFileWatcher in org.apache.sshd.client.config.hosts
Subclasses of ModifiableFileWatcher in org.apache.sshd.client.config.hosts Modifier and Type Class Description class
ConfigFileHostEntryResolver
Watches for changes in a configuration file and automatically reloads any changesclass
DefaultConfigFileHostEntryResolver
Monitors the~/.ssh/config
file of the user currently running the client, re-loading it if necessary. -
Uses of ModifiableFileWatcher in org.apache.sshd.client.config.keys
Subclasses of ModifiableFileWatcher in org.apache.sshd.client.config.keys Modifier and Type Class Description class
ClientIdentityFileWatcher
AClientIdentityProvider
that watches a given key file re-loading its contents if it is ever modified, deleted or (re-)created -
Uses of ModifiableFileWatcher in org.apache.sshd.client.keyverifier
Subclasses of ModifiableFileWatcher in org.apache.sshd.client.keyverifier Modifier and Type Class 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
-
Uses of ModifiableFileWatcher in org.apache.sshd.common.config.keys.loader
Subclasses of ModifiableFileWatcher in org.apache.sshd.common.config.keys.loader Modifier and Type Class Description class
FileWatcherKeyPairResourceLoader
Tracks a file containingKeyPair
-s an re-loads it whenever a change has been sensed in the monitored file (if it exists) -
Uses of ModifiableFileWatcher in org.apache.sshd.server.config.keys
Subclasses of ModifiableFileWatcher in org.apache.sshd.server.config.keys Modifier and Type Class Description class
AuthorizedKeysAuthenticator
Uses the authorized keys file to implementPublickeyAuthenticator
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.
-