| Package | Description |
|---|---|
| org.apache.sshd.server.config.keys |
| 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–2015 The Apache Software Foundation. All rights reserved.