Uses of Class
org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Packages that use AuthorizedKeysAuthenticator Package Description org.apache.sshd.server.config.keys -
-
Uses of AuthorizedKeysAuthenticator in org.apache.sshd.server.config.keys
Subclasses of AuthorizedKeysAuthenticator in org.apache.sshd.server.config.keys Modifier and Type Class Description class
DefaultAuthorizedKeysAuthenticator
Monitors the~/.ssh/authorized_keys
file of the user currently running the server, re-loading it if necessary.
-