A C D E F G I K L O P R S V W

C

Connection - class ch.ethz.ssh2.Connection.
A Connection is used to establish an encrypted TCP/IP connection to a SSH2 server.
Connection(String) - Constructor for class ch.ethz.ssh2.Connection
Same as Connection(hostname, 22)Connection(String, int) - Constructor for class ch.ethz.ssh2.Connection
Prepares a fresh Connection object which can then be used to establish a connection to the specified SSH2 server.
ConnectionInfo - class ch.ethz.ssh2.ConnectionInfo.
In most cases you probably do not need the information contained in here.
ConnectionInfo() - Constructor for class ch.ethz.ssh2.ConnectionInfo
 
ch.ethz.ssh2 - package ch.ethz.ssh2
 
clientToServerCryptoAlgorithm - Variable in class ch.ethz.ssh2.ConnectionInfo
The currently used crypto algorithm for packets from to the client to the server.
clientToServerMACAlgorithm - Variable in class ch.ethz.ssh2.ConnectionInfo
The currently used MAC algorithm for packets from to the client to the server.
close() - Method in class ch.ethz.ssh2.Connection
Close the connection to the SSH2 server.
close() - Method in class ch.ethz.ssh2.LocalPortForwarder
Stop TCP/IP forwarding of newly arriving connections.
close() - Method in class ch.ethz.ssh2.LocalStreamForwarder
Close the underlying SSH forwarding channel.
close() - Method in class ch.ethz.ssh2.Session
Close this session.
connect() - Method in class ch.ethz.ssh2.Connection
Same as connect(null).
connect(ServerHostKeyVerifier) - Method in class ch.ethz.ssh2.Connection
Connect to the SSH2 server and, as soon as the server has presented its host key, use the verifyServerHostKey method of the verifier to ask for permission to proceed.
createLocalPortForwarder(int, String, int) - Method in class ch.ethz.ssh2.Connection
Creates a new LocalPortForwarder.
createLocalStreamForwarder(String, int) - Method in class ch.ethz.ssh2.Connection
Creates a new LocalStreamForwarder.
createSCPClient() - Method in class ch.ethz.ssh2.Connection
Create a very basic SCPClient that can be used to copy files from/to the SSH2 server.

A C D E F G I K L O P R S V W