JSch
Home PageCategories: Interoperability, Miscellaneous
Author: JCraft
Latest version: 0.1.20
Added 2005-05-26
JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
Features include:
* JSch is in pure Java, but it depends on Java Cryptography Extension (JCE). JSch is know to work with: J2SE 1.4.0 or later, J2SE 1.3, J2SE 1.2.2 and later.
* SSH2 protocol support.
* Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
* Cipher: blowfish-cbc, 3des-cbc
* MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
* Host key type: ssh-dss,ssh-rsa
* Userauth: password, Userauth: publickey(DSA,RSA), Userauth: keyboard-interactive
* X11 forwarding
* xauth spoofing
* connection through HTTP proxy or SOCKS5 proxy
* port forwarding
* stream forwarding
* signal sending.
Built for Java |
Free or free version available |
Source code provided |