Class PublicKeyAuthenticator

All Implemented Interfaces:
ClientAuthenticator, RequestFuture
Direct Known Subclasses:
ExternalKeyAuthenticator, IdentityFileAuthenticator, KeyPairAuthenticator, PrivateKeyFileAuthenticator

public abstract class PublicKeyAuthenticator extends SimpleClientAuthenticator implements ClientAuthenticator
Implements public key authentication taking a separately loaded SshKeyPair as the private key for authentication.