| Package | Description |
|---|---|
| net.schmizz.sshj | |
| net.schmizz.sshj.userauth.keyprovider | |
| net.schmizz.sshj.userauth.method | |
| net.schmizz.sshj.userauth.password |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHClient.authPassword(String username,
PasswordFinder pfinder)
Authenticate
username using the "password" authentication method and as a fallback basic
challenge-response authentication. |
KeyProvider |
SSHClient.loadKeys(String location,
PasswordFinder passwordFinder)
Creates a
KeyProvider instance from given location on the file system. |
KeyProvider |
SSHClient.loadKeys(String privateKey,
String publicKey,
PasswordFinder passwordFinder)
Creates a
KeyProvider instance from passed strings. |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordFinder |
PuTTYKeyFile.pwdf |
protected PasswordFinder |
PKCS8KeyFile.pwdf |
| Modifier and Type | Method and Description |
|---|---|
void |
PuTTYKeyFile.init(File location,
PasswordFinder pwdf) |
void |
PKCS8KeyFile.init(File location,
PasswordFinder pwdf) |
void |
FileKeyProvider.init(File location,
PasswordFinder pwdf) |
void |
PuTTYKeyFile.init(Reader location,
PasswordFinder pwdf) |
void |
PKCS8KeyFile.init(Reader location,
PasswordFinder pwdf) |
void |
FileKeyProvider.init(Reader location,
PasswordFinder pwdf) |
void |
PuTTYKeyFile.init(String privateKey,
String publicKey,
PasswordFinder pwdf) |
void |
PKCS8KeyFile.init(String privateKey,
String publicKey,
PasswordFinder pwdf) |
void |
FileKeyProvider.init(String privateKey,
String publicKey,
PasswordFinder pwdf) |
| Constructor and Description |
|---|
AuthPassword(PasswordFinder pwdf) |
PasswordResponseProvider(PasswordFinder pwdf) |
PasswordResponseProvider(PasswordFinder pwdf,
Pattern promptPattern) |
| Modifier and Type | Method and Description |
|---|---|
static PasswordFinder |
PasswordUtils.createOneOff(char[] password) |
Copyright © 2009–2014. All rights reserved.