Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.auth |
Modifier and Type | Class and Description |
---|---|
class |
GSSAPIWithMICAuthentication |
class |
KeyboardInteractiveAuthentication |
class |
NoneAuthentication
This authentication mechanism can be used to send custom banner messages
to the client.
|
class |
PasswordAuthentication
Provides an
AuthenticationMechanism that enables the standard SSH
password authentication. |
class |
PublicKeyAuthentication
Provides an
AuthenticationMechanism that enables the public key
authentication. |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
AuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
DefaultAuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
AuthenticationMechanism |
AllowNoneAuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
Copyright © 2023. All rights reserved.