Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
O
P
R
S
V
W
S
SCPClient
- class ch.ethz.ssh2.
SCPClient
.
A very basic
SCPClient
that can be used to copy files from/to the SSH2 server.
ServerHostKeyVerifier
- interface ch.ethz.ssh2.
ServerHostKeyVerifier
.
A callback interface used to implement a client specific method of checking server host keys.
Session
- class ch.ethz.ssh2.
Session
.
A
Session
is a remote execution of a program.
serverHostKey
- Variable in class ch.ethz.ssh2.
ConnectionInfo
The server host key that was sent during the latest key exchange.
serverHostKeyAlgorithm
- Variable in class ch.ethz.ssh2.
ConnectionInfo
The type of the server host key (currently either "ssh-dss" or "ssh-rsa").
serverToClientCryptoAlgorithm
- Variable in class ch.ethz.ssh2.
ConnectionInfo
The currently used crypto algorithm for packets from to the server to the client.
serverToClientMACAlgorithm
- Variable in class ch.ethz.ssh2.
ConnectionInfo
The currently used MAC algorithm for packets from to the server to the client.
setClient2ServerCiphers(String[])
- Method in class ch.ethz.ssh2.
Connection
Unless you know what you are doing, you will never need this.
setClient2ServerMACs(String[])
- Method in class ch.ethz.ssh2.
Connection
Unless you know what you are doing, you will never need this.
setDHGexParameters(DHGexParameters)
- Method in class ch.ethz.ssh2.
Connection
Sets the parameters for the diffie-hellman group exchange.
setServer2ClientCiphers(String[])
- Method in class ch.ethz.ssh2.
Connection
Unless you know what you are doing, you will never need this.
setServer2ClientMACs(String[])
- Method in class ch.ethz.ssh2.
Connection
Unless you know what you are doing, you will never need this.
startShell()
- Method in class ch.ethz.ssh2.
Session
Start a shell on the remote machine.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
O
P
R
S
V
W