| Package | Description |
|---|---|
| <Unnamed> | |
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.auth | |
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JLinePasswordAuthenticator
SshPasswordAuthenticator that uses JLine to read a password. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractClient.authenticate(SshAuthenticator authenticator) |
boolean |
SshClient.authenticate(SshAuthenticator authenticator)
Authenticate using a single authenticator.
|
boolean |
SshClient.authenticate(SshAuthenticator[] authenticators)
Authenticate.
|
protected java.util.Map |
AbstractClient.createAuthenticatorMap(SshAuthenticator[] authenticators) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SshAgentAuthenticator
Authenticator that uses keys from the local agent.
|
interface |
SshGSSAPIAuthenticator
Authenticate using GGSAPI.
|
interface |
SshKeyboardInteractiveAuthenticator
Authenticator used for Keyboard Interactive authentication.
|
interface |
SshPasswordAuthenticator
Authenticator implementation used for simple "password" authentication.
|
interface |
SshPublicKeyAuthenticator
Authenticator used to key authentication.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LibsshClient.authenticate(SshAuthenticator[] authenticators) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleKeyboardInteractiveAuthenticator
Simple keyboard interactive authenticator that prompts for answers on the
console.
|
class |
ConsolePasswordAuthenticator
A simple authenticator that prompts for passwords and passphrases on the
console
|
class |
DefaultAgentAuthenticator
Default implementation of an
SshAgentAuthenticator. |
class |
DefaultGSSAuthenticator
Default implementation of an
SshGSSAPIAuthenticator. |
class |
PEMFilePublicKeyAuthenticator
A public key authenticator that reads the key from a file.
|
class |
SimpleKeyboardInteractiveAuthenticator
Simple keyboard interactive authenticator that return replies with a fixed
set of answers.
|
class |
SimplePasswordAuthenticator
Simple
SshAuthenticator implementation that has fixed passwords and
passphrases. |
Copyright © 2018. All rights reserved.