| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common | |
| org.apache.sshd.common.config | |
| org.apache.sshd.server |
| Modifier and Type | Class and Description |
|---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBuilder<T extends AbstractFactoryManager,S extends BaseBuilder<T,S>>
Base class for dedicated client/server instance builders
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configure(M manager,
Properties props,
boolean lenient,
boolean ignoreUnsupported)
Configures an
AbstractFactoryManager with the values read from
some configuration. |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureCiphers(M manager,
Properties props,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureCiphers(M manager,
String value,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureCompression(M manager,
Properties props,
boolean lenient,
boolean ignoreUnsupported)
Configure the factory manager using one of the known
CompressionConfigValues. |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureCompression(M manager,
String value,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
Properties props,
boolean lenient,
Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
String value,
boolean lenient,
Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureMacs(M manager,
Properties props,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureMacs(M manager,
String value,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureSignatures(M manager,
Properties props,
boolean lenient,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureSignatures(M manager,
String value,
boolean lenient,
boolean ignoreUnsupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.