| Package | Description |
|---|---|
| ch.ethz.ssh2 | |
| ch.ethz.ssh2.auth | |
| ch.ethz.ssh2.channel | |
| ch.ethz.ssh2.crypto.dh | |
| ch.ethz.ssh2.packets | |
| ch.ethz.ssh2.server | |
| ch.ethz.ssh2.transport |
| Class and Description |
|---|
| AuthenticationResult |
| Connection
A
Connection is used to establish an encrypted TCP/IP
connection to a SSH-2 server. |
| ConnectionInfo
In most cases you probably do not need the information contained in here.
|
| ConnectionMonitor
A
ConnectionMonitor is used to get notified when the
underlying socket of a connection is closed. |
| DHGexParameters
A
DHGexParameters object can be used to specify parameters for
the diffie-hellman group exchange. |
| HTTPProxyData
A
HTTPProxyData object is used to specify the needed connection data
to connect through a HTTP proxy. |
| InteractiveCallback
An
InteractiveCallback is used to respond to challenges sent
by the server if authentication mode "keyboard-interactive" is selected. |
| LocalPortForwarder
A
LocalPortForwarder forwards TCP/IP connections to a local
port via the secure tunnel to another host (which may or may not be identical
to the remote SSH-2 server). |
| LocalStreamForwarder
A
LocalStreamForwarder forwards an Input- and Outputstream
pair via the secure tunnel to another host (which may or may not be identical
to the remote SSH-2 server). |
| PacketListener |
| ProxyData
An abstract marker interface implemented by all proxy data implementations.
|
| PtySettings
PTY settings for a SSH session.
|
| SCPClient
A very basic
SCPClient that can be used to copy files from/to
the SSH-2 server. |
| SCPClient.LenNamePair |
| SCPInputStream |
| SCPOutputStream |
| ServerAuthenticationCallback
A callback used during the authentication phase (see RFC 4252) when
implementing a SSH server.
|
| ServerConnection
A server-side SSH-2 connection.
|
| ServerConnectionCallback |
| ServerHostKeyVerifier
A callback interface used to implement a client specific method of checking
server host keys.
|
| ServerSession
A ServerSession represents the server-side of a session channel.
|
| ServerSessionCallback
The interface for an object that receives events based on requests that
a client sends on a session channel.
|
| Session
A
Session is a remote execution of a program. |
| SFTPv3Client
A
SFTPv3Client represents a SFTP (protocol version 3)
client connection tunnelled over a SSH-2 connection. |
| SFTPv3DirectoryEntry
A
SFTPv3DirectoryEntry as returned by SFTPv3Client.ls(String). |
| SFTPv3FileAttributes
A
SFTPv3FileAttributes object represents detail information
about a file on the server. |
| SFTPv3FileHandle
A
SFTPv3FileHandle. |
| Class and Description |
|---|
| InteractiveCallback
An
InteractiveCallback is used to respond to challenges sent
by the server if authentication mode "keyboard-interactive" is selected. |
| Class and Description |
|---|
| ServerSession
A ServerSession represents the server-side of a session channel.
|
| ServerSessionCallback
The interface for an object that receives events based on requests that
a client sends on a session channel.
|
| Class and Description |
|---|
| DHGexParameters
A
DHGexParameters object can be used to specify parameters for
the diffie-hellman group exchange. |
| Class and Description |
|---|
| DHGexParameters
A
DHGexParameters object can be used to specify parameters for
the diffie-hellman group exchange. |
| Class and Description |
|---|
| ServerAuthenticationCallback
A callback used during the authentication phase (see RFC 4252) when
implementing a SSH server.
|
| ServerConnection
A server-side SSH-2 connection.
|
| ServerConnectionCallback |
| Class and Description |
|---|
| ConnectionInfo
In most cases you probably do not need the information contained in here.
|
| ConnectionMonitor
A
ConnectionMonitor is used to get notified when the
underlying socket of a connection is closed. |
| DHGexParameters
A
DHGexParameters object can be used to specify parameters for
the diffie-hellman group exchange. |
| HTTPProxyData
A
HTTPProxyData object is used to specify the needed connection data
to connect through a HTTP proxy. |
| ServerHostKeyVerifier
A callback interface used to implement a client specific method of checking
server host keys.
|
Copyright © 2014. All Rights Reserved.