| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.config.keys | |
| org.apache.sshd.client.subsystem.sftp | |
| org.apache.sshd.common.config |
| Modifier and Type | Field and Description |
|---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
ClientBuilder.build(boolean isFillWithDefaultValues) |
static SshClient |
SshClient.setupClient(Map<String,?> options,
List<NamedFactory<Cipher>> ciphers,
List<NamedFactory<Mac>> macs,
List<NamedFactory<Compression>> compressions,
Collection<? extends Path> identities,
BufferedReader stdin,
PrintStream stdout,
PrintStream stderr) |
static SshClient |
SshClient.setUpDefaultClient()
Setup a default client.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SshKeyScan.resolveServerKeys(SshClient client,
String host,
Map<String,List<KeyPair>> pairsMap,
Map<String,List<NamedFactory<Signature>>> sigFactories) |
protected void |
SshKeyScan.resolveServerKeys(SshClient client,
String host,
String kt,
List<KeyPair> ids) |
static SimpleClient |
SshClient.wrapAsSimpleClient(SshClient client)
Wraps an
SshClient instance as a SimpleClient |
| Modifier and Type | Method and Description |
|---|---|
static <C extends SshClient> |
ClientIdentity.setKeyPairProvider(C client,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
static <C extends SshClient> |
ClientIdentity.setKeyPairProvider(C client,
Path dir,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
| Constructor and Description |
|---|
SftpFileSystemProvider(SshClient client) |
SftpFileSystemProvider(SshClient client,
SftpVersionSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
static <C extends SshClient> |
SshConfigFileReader.configure(C client,
Properties props,
boolean lenient,
boolean ignoreUnsupported) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.