| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyboardInteractiveAuthentication<C extends Context> |
class |
PasswordAuthentication<C extends Context>
Provides an
AuthenticationMechanism that enables the standard SSH
password authentication. |
class |
PublicKeyAuthentication<C extends Context>
Provides an
AuthenticationMechanism that enables the public key
authentication. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanism |
DefaultAuthenticationMechanismFactory.createInstance(java.lang.String name,
AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con) |
AuthenticationMechanism |
AuthenticationMechanismFactory.createInstance(java.lang.String name,
AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con) |
Copyright © 2022. All rights reserved.