Uses of Package
com.trilead.ssh2

Packages that use com.trilead.ssh2
  • Class
    Description
    A Connection is used to establish an encrypted TCP/IP connection to a SSH-2 server.
    In most cases you probably do not need the information contained in here.
    A ConnectionMonitor is used to get notified when the underlying socket of a connection is closed.
    Deprecated.
    Logging all goes to JDK java.util.logging
    A DHGexParameters object can be used to specify parameters for the diffie-hellman group exchange.
    An InteractiveCallback is used to respond to challenges sent by the server if authentication mode "keyboard-interactive" is selected.
    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).
    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).
    An abstract marker interface implemented by all proxy data implementations.
    A very basic SCPClient that can be used to copy files from/to the SSH-2 server.
    A callback interface used to implement a client specific method of checking server host keys.
    A Session is a remote execution of a program.
    A SFTPv3Client represents a SFTP (protocol version 3) client connection tunnelled over a SSH-2 connection.
    A SFTPv3FileAttributes object represents detail information about a file on the server.
    A SFTPv3FileHandle.
  • Class
    Description
    An InteractiveCallback is used to respond to challenges sent by the server if authentication mode "keyboard-interactive" is selected.
  • Class
    Description
    A DHGexParameters object can be used to specify parameters for the diffie-hellman group exchange.
  • Class
    Description
    A Connection is used to establish an encrypted TCP/IP connection to a SSH-2 server.
    A SFTPv3Client represents a SFTP (protocol version 3) client connection tunnelled over a SSH-2 connection.
    A SFTPv3FileAttributes object represents detail information about a file on the server.
  • Class
    Description
    Deprecated.
    Logging all goes to JDK java.util.logging
  • Class
    Description
    A DHGexParameters object can be used to specify parameters for the diffie-hellman group exchange.
  • Class
    Description
    In most cases you probably do not need the information contained in here.
    A DHGexParameters object can be used to specify parameters for the diffie-hellman group exchange.
    An abstract marker interface implemented by all proxy data implementations.
    A callback interface used to implement a client specific method of checking server host keys.