| Package | Description |
|---|---|
| <Unnamed> | |
| net.sf.sshapi.auth | |
| net.sf.sshapi.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JLinePasswordAuthenticator
SshPasswordAuthenticator that uses JLine to read a password. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SshGSSAPIAuthenticator
Authenticate using GGSAPI.
|
interface |
SshPasswordAuthenticator
Authenticator implementation used for simple "password" authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsolePasswordAuthenticator
A simple authenticator that prompts for passwords and passphrases on the
console
|
class |
DefaultGSSAuthenticator
Default implementation of an
SshGSSAPIAuthenticator. |
class |
SimplePasswordAuthenticator
Simple
SshAuthenticator implementation that has fixed passwords and
passphrases. |
| Constructor and Description |
|---|
PEMFilePublicKeyAuthenticator(SshPasswordPrompt passphrasePrompt,
java.io.File pemFile)
Constructor
|
Copyright © 2018. All rights reserved.