Package org.apache.sshd.server.auth.pubkey
-
Interface Summary Interface Description PublickeyAuthenticator ThePublickeyAuthenticatoris used on the server side to authenticate user public keys. -
Class Summary Class Description AcceptAllPublickeyAuthenticator Accepts all authentication attemptsCachingPublicKeyAuthenticator Caches the result per session - compensates forOpenSSHbehavior where it sends 2 requests with the same key (seeSSHD-300).KeySetPublickeyAuthenticator Checks against aCollectionofPublicKeysRejectAllPublickeyAuthenticator Rejects all authentication attemptsStaticPublickeyAuthenticator Returns the same constant resulttrue/falseregardlessUserAuthPublicKey TODO Add javadocUserAuthPublicKeyFactory