Uses of Package
com.trilead.ssh2
-
Packages that use com.trilead.ssh2 Package Description com.trilead.ssh2 com.trilead.ssh2.auth com.trilead.ssh2.crypto.dh com.trilead.ssh2.log com.trilead.ssh2.packets com.trilead.ssh2.transport -
Classes in com.trilead.ssh2 used by com.trilead.ssh2 Class Description Connection AConnection
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 AConnectionMonitor
is used to get notified when the underlying socket of a connection is closed.DebugLogger Deprecated.Logging all goes to JDK java.util.loggingDHGexParameters ADHGexParameters
object can be used to specify parameters for the diffie-hellman group exchange.InteractiveCallback AnInteractiveCallback
is used to respond to challenges sent by the server if authentication mode "keyboard-interactive" is selected.LocalPortForwarder ALocalPortForwarder
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 ALocalStreamForwarder
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).ProxyData An abstract marker interface implemented by all proxy data implementations.SCPClient A very basicSCPClient
that can be used to copy files from/to the SSH-2 server.ServerHostKeyVerifier A callback interface used to implement a client specific method of checking server host keys.Session ASession
is a remote execution of a program.SFTPv3Client ASFTPv3Client
represents a SFTP (protocol version 3) client connection tunnelled over a SSH-2 connection.SFTPv3FileAttributes ASFTPv3FileAttributes
object represents detail information about a file on the server.SFTPv3FileHandle ASFTPv3FileHandle
. -
Classes in com.trilead.ssh2 used by com.trilead.ssh2.auth Class Description InteractiveCallback AnInteractiveCallback
is used to respond to challenges sent by the server if authentication mode "keyboard-interactive" is selected. -
Classes in com.trilead.ssh2 used by com.trilead.ssh2.crypto.dh Class Description DHGexParameters ADHGexParameters
object can be used to specify parameters for the diffie-hellman group exchange. -
Classes in com.trilead.ssh2 used by com.trilead.ssh2.log Class Description DebugLogger Deprecated.Logging all goes to JDK java.util.logging -
Classes in com.trilead.ssh2 used by com.trilead.ssh2.packets Class Description DHGexParameters ADHGexParameters
object can be used to specify parameters for the diffie-hellman group exchange. -
Classes in com.trilead.ssh2 used by com.trilead.ssh2.transport Class Description ConnectionInfo In most cases you probably do not need the information contained in here.DHGexParameters ADHGexParameters
object can be used to specify parameters for the diffie-hellman group exchange.ProxyData An abstract marker interface implemented by all proxy data implementations.ServerHostKeyVerifier A callback interface used to implement a client specific method of checking server host keys.