|
Classes |
| class | AES |
| | This program will demonstrate how to use "aes128-cbc" encryption. More...
|
| class | ChangePassphrase |
| | This program will demonstrate changing the passphrase for a private key file instead of creating a new private key. A passphrase will be prompted if the given private-key has been encrypted. After successfully loading the content of the private-key, the new passphrase will be prompted and the given private-key will be re-encrypted with that new passphrase. More...
|
| class | KeyGen |
| | This progam will demonstrate the RSA/DSA keypair generation. You will be asked a passphrase for output_keyfile. If everything works fine, you will get the DSA or RSA keypair, output_keyfile and output_keyfile+".pub". The private key and public key are in the OpenSSH format. More...
|
| class | KnownHosts |
| | This program will demonstrate the 'known_hosts' file handling. You will be asked username, hostname, a path for 'known_hosts' and passwd. If everything works fine, you will get the shell prompt. In current implementation, jsch only reads 'known_hosts' for checking and does not modify it. More...
|
| class | PortForwardingL |
| | This program will demonstrate the port forwarding like option -L of ssh command; the given port on the local host will be forwarded to the given remote host and port on the remote side. You will be asked username, hostname, port:host:hostport and passwd. If everything works fine, you will get the shell prompt. Try the port on localhost. More...
|
| class | PortForwardingR |
| | This program will demonstrate the port forwarding like option -R of ssh command; the given port on the remote host will be forwarded to the given host and port on the local side. You will be asked username, hostname, port:host:hostport and passwd. If everything works fine, you will get the shell prompt. Try the port on remote host. More...
|
| class | ScpFrom |
| | This program will demonstrate the file transfer from remote to local You will be asked passwd. If everything works fine, a file 'file1' on 'remotehost' will copied to local 'file1'. More...
|
| class | ScpTo |
| | This program will demonstrate the file transfer from local to remote. You will be asked passwd. If everything works fine, a local file 'file1' will copied to 'file2' on 'remotehost'. More...
|
| class | Sftp |
| | This program will demonstrate the sftp protocol support. You will be asked username, host and passwd. If everything works fine, you will get a prompt 'sftp>'. 'help' command will show available command. In current implementation, the destination path for 'get' and 'put' commands must be a file, not a directory. More...
|
| class | Shell |
| | This program enables you to connect to sshd server and get the shell prompt. You will be asked username, hostname and passwd. If everything works fine, you will get the shell prompt. Output will be ugly because of lacks of terminal-emulation, but you can issue commands. More...
|
| class | StreamForwarding |
| | This program will demonstrate the stream forwarding. The given Java I/O streams will be forwared to the given remote host and port on the remote side. It is simmilar to the -L option of ssh command, but you don't have to assign and open a local tcp port. You will be asked username, hostname, host:hostport and passwd. If everything works fine, System.in and System.out streams will be forwared to remote port and you can send messages from command line. More...
|
| class | Subsystem |
| | This program enables you to connect to sshd server and get the shell prompt. You will be asked username, hostname and passwd. If everything works fine, you will get the shell prompt. Output will be ugly because of lacks of terminal-emulation, but you can issue commands. More...
|
| class | UserAuthPubKey |
| | This program will demonstrate the user authentification by public key. You will be asked username, hostname, privatekey(id_dsa) and passphrase. If everything works fine, you will get the shell prompt. More...
|
| class | ConsoleProgressBar |
| | Summary description for ClearConsole. More...
|
| class | InputForm |
| | Summary description for Form1. More...
|
| class | ViaHTTP |
| | This program will demonstrate the ssh session via HTTP proxy. You will be asked username, hostname and passwd. If everything works fine, you will get the shell prompt. Output will be ugly because of lacks of terminal-emulation, but you can issue commands. More...
|