| Interface | Description |
|---|---|
| PublickeyAuthenticator |
The
PublickeyAuthenticator is used on the server side
to authenticate user public keys. |
| Class | Description |
|---|---|
| AcceptAllPublickeyAuthenticator |
Accepts all authentication attempts
|
| CachingPublicKeyAuthenticator |
Caches the result per session - compensates for
OpenSSH behavior
where it sends 2 requests with the same key (see SSHD-300). |
| KeySetPublickeyAuthenticator |
Checks against a
Collection of PublicKeys |
| RejectAllPublickeyAuthenticator |
Rejects all authentication attempts
|
| StaticPublickeyAuthenticator |
Returns the same constant result
true/false regardless |
| UserAuthPublicKey |
TODO Add javadoc
|
| UserAuthPublicKeyFactory |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.