Package com.mindbright.ssh

Classes for handling the SSH v1.5 protocol.

See:
          Description

Interface Summary
SSHAuthenticator  
SSHChannelListener  
SSHClientUser  
SSHConsole  
SSHInteractor  
SSHPdu  
 

Class Summary
SSH  
SSHBlowfish  
SSHChannel  
SSHChannelController  
SSHChannelMulticaster  
SSHCipher  
SSHClient This class contains the main functionality for setting up a connection to a ssh-server.
SSHClient.ExitMonitor  
SSHClient.LocalForward  
SSHClient.RemoteForward  
SSHClientUserAdaptor  
SSHCompressor  
SSHCompressorZLib  
SSHConnectChannel  
SSHConsoleClient  
SSHDataInputStream  
SSHDataOutputStream  
SSHDES  
SSHDES3  
SSHFtpListenChannel  
SSHFtpPlugin  
SSHFtpTunnel  
SSHIDEA  
SSHInteractiveClient  
SSHInteractorAdapter  
SSHKeyGenerationDialog  
SSHKeyGenerationDialogAWT  
SSHKeyGenerationDialogSwing  
SSHListenChannel  
SSHMenuHandler  
SSHMenuHandlerFull  
SSHMenuHandlerFullAWT  
SSHMenuHandlerFullSwing  
SSHMiscDialogs  
SSHNoEncrypt  
SSHPduInputStream  
SSHPduInputStream.PduByteArrayInputStream  
SSHPduOutputStream  
SSHPduOutputStream.PduByteArrayOutputStream  
SSHPropertyHandler  
SSHProtocolPlugin  
SSHRemoteFileBrowsingConsole  
SSHRSAKeyFile  
SSHRSAPublicKeyFile  
SSHRSAPublicKeyString  
SSHRxChannel  
SSHSCPClient  
SSHSCPFactory  
SSHServer  
SSHStdIO  
SSHTunnel  
SSHTunnelDialogAWT  
SSHTunnelDialogSwing  
SSHTxChannel  
SSHVersionSpySocket  
Version  
 

Exception Summary
SSHAccessDeniedException  
SSHClient.AuthFailException  
SSHCompressionException  
SSHStdIO.SSHExternalMessage  
 

Package com.mindbright.ssh Description

Classes for handling the SSH v1.5 protocol. This protocol is deprecated, use version 2 if at all possible.