Class CachingPublicKeyAuthenticator

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
All Implemented Interfaces:
PublickeyAuthenticator

public class CachingPublicKeyAuthenticator extends AbstractLoggingBean implements PublickeyAuthenticator
Caches the result per session - compensates for OpenSSH behavior where it sends 2 requests with the same key (see SSHD-300).
Author:
Apache MINA SSHD Project