Package | Description |
---|---|
com.sshtools.client | |
com.sshtools.server.callback |
Modifier and Type | Class and Description |
---|---|
class |
ExternalKeyAuthenticator
Implements public key authentication taking a separately loaded SshKeyPair as the private key for authentication.
|
class |
KeyboardInteractiveAuthenticator
Implements the keyboard-interactive authentication method.
|
class |
KeyPairAuthenticator
Implements public key authentication, taking a com.sshtools.publickey.SshKeyPair object as the source private key.
|
class |
NoneAuthenticator |
class |
PasswordAuthenticator
Implements the password authentication method.
|
class |
PrivateKeyFileAuthenticator
Implements public key authentication, taking a java.io.File object as the source private key.
|
class |
PublicKeyAuthenticator
Implements public key authentication taking a separately loaded SshKeyPair as the private key for authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
MutualCallbackAuthenticator |
Copyright © 2023. All rights reserved.