public interface SshAuthenticator
extends com.palantir.giraffe.host.Authenticator
This class participates in the visitor pattern with SshCredential
.
Modifier and Type | Method and Description |
---|---|
void |
authByKerberos(KerberosSshCredential credential) |
void |
authByPassword(PasswordSshCredential credential) |
void |
authByPublicKey(PublicKeySshCredential credential) |
void authByPassword(PasswordSshCredential credential) throws IOException
IOException
void authByPublicKey(PublicKeySshCredential credential) throws IOException
IOException
void authByKerberos(KerberosSshCredential credential) throws IOException
IOException