Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh1 |
This package contains an SSH1 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh2AgentAuthentication |
Modifier and Type | Class and Description |
---|---|
class |
PasswordAuthentication
Basic password authentication class used for SSH password authentication.
|
class |
PublicKeyAuthentication
Public key based authentication implementation.
|
Modifier and Type | Method and Description |
---|---|
int |
SshClient.authenticate(SshAuthentication auth)
Authenticate the user.
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh1ChallengeResponseAuthentication
Adds support for SSH1 challenge response authentication.
|
class |
Ssh1RhostsRsaAuthentication
Provides rhosts rsa authentication for the SSH1 protocol.
|
Modifier and Type | Method and Description |
---|---|
int |
Ssh1Client.authenticate(SshAuthentication auth) |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationClient
Base interface for all SSH authentication mechanisms.
|
Modifier and Type | Class and Description |
---|---|
class |
KBIAuthentication
keyboard-interactive authentication implementation as specified in
draft-ietf-secsh-auth-kbdinteract-04.txt.
|
class |
Ssh2HostbasedAuthentication
Provides hostbased authentication for the SSH2 protocol.
|
class |
Ssh2PasswordAuthentication
Implements Password authentication as defined in the SSH Authenticaiton
Protocol.
|
class |
Ssh2PublicKeyAuthentication
SSH2 public key authentication providing additional SSH2 public key
authentication features.
|
Modifier and Type | Method and Description |
---|---|
int |
Ssh2Client.authenticate(SshAuthentication auth) |
Copyright © 2024. All rights reserved.