| Package | Description |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.transport |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
Connection.connect(ServerHostKeyVerifier verifier)
Same as
connect(verifier, 0, 0). |
ConnectionInfo |
Connection.connect(ServerHostKeyVerifier verifier,
int connectTimeout,
int kexTimeout)
Connect to the SSH-2 server and, as soon as the server has presented its
host key, use the
ServerHostKeyVerifier.verifyServerHostKey() method of the
verifier to ask for permission to proceed. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
SecureRandom rnd,
ProxyData proxyData) |
| Constructor and Description |
|---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
SecureRandom rnd) |
Copyright © 2013. All Rights Reserved.