| Package | Description |
|---|---|
| net.schmizz.sshj | |
| net.schmizz.sshj.userauth | |
| net.schmizz.sshj.userauth.method |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHClient.auth(String username,
AuthMethod... methods)
Authenticate
username using the supplied methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHClient.auth(String username,
Iterable<AuthMethod> methods)
Authenticate
username using the supplied methods. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserAuthImpl.authenticate(String username,
Service nextService,
AuthMethod method,
int timeoutMs) |
boolean |
UserAuth.authenticate(String username,
Service nextService,
AuthMethod methods,
int timeoutMs)
Attempt to authenticate
username using each of methods in order. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthMethod
This abstract class for
AuthMethod implements common or default functionality. |
class |
AuthHostbased
Implements the
hostbased SSH authentication method. |
class |
AuthKeyboardInteractive
Implements the
keyboard-interactive authentication method. |
class |
AuthNone
none auth. |
class |
AuthPassword
Implements the
password authentication method. |
class |
AuthPublickey
Implements the
"publickey" SSH authentication method. |
class |
KeyedAuthMethod |
Copyright © 2009–2014. All rights reserved.