| Interface | Description |
|---|---|
| AuthMethod |
An authentication method of the SSH Authentication Protocol.
|
| ChallengeResponseProvider |
| Class | Description |
|---|---|
| AbstractAuthMethod |
This abstract class for
AuthMethod implements common or default functionality. |
| AuthGssApiWithMic |
Implements authentication by GSS-API.
|
| AuthHostbased |
Implements the
hostbased SSH authentication method. |
| AuthKeyboardInteractive |
Implements the
keyboard-interactive authentication method. |
| AuthNone |
none auth. |
| AuthPassword |
Implements the
password authentication method. |
| AuthPublickey |
Implements the
"publickey" SSH authentication method. |
| KeyedAuthMethod | |
| PasswordResponseProvider |