Package | Description |
---|---|
com.trilead.ssh2 | |
com.trilead.ssh2.transport |
Modifier and Type | Method and Description |
---|---|
ConnectionInfo |
Connection.connect()
Same as
connect(null, 0, 0) . |
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. |
ConnectionInfo |
Connection.getConnectionInfo()
Returns a
ConnectionInfo object containing the details of the
connection. |
Modifier and Type | Method and Description |
---|---|
ConnectionInfo |
TransportManager.getConnectionInfo(int kexNumber) |
ConnectionInfo |
KexManager.getOrWaitForConnectionInfo(int minKexCount) |
Copyright © 2013. All Rights Reserved.