Package | Description |
---|---|
com.maverick.agent.client | |
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 |
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 |
AuthenticationProtocol.authenticate(AuthenticationClient auth,
String servicename)
Authenticate using the mechanism provided.
|
Copyright © 2024. All rights reserved.