Sunday, October 19, 2008

jaramiko: ssh2 protocol for java

jaramiko: ssh2 protocol for java: "jaramiko is a port of paramiko for java: a pure-java implementation of the SSH version 2 protocol, released under the MIT license. it uses only features from java 1.3 (for example, InputStream instead of ReadableByteChannel) to make it more likely to work on embedded JVMs.

so far, it can do client and server mode SSH2, all the standard ciphers (AES, Blowfish, 3DES), compression, and all the shell, command, and subsytem channels. it can't do SFTP yet, though that's in progress."

Tuesday, October 07, 2008

Support

Support: "Trilead SSH for Java
Trilead SSH for Java is a freely available open-source library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included.

Trilead SSH for Java is being actively developed by Dr. Christian Plattner who is working now for Trilead. Dr. Plattner originally created the well-known Ganymed SSH-2 for Java library during his PhD studies, however, the work on the Ganymed code has been discontinued.

Please note that Trilead SSH for Java is completely backwards compatible to the Ganymed code."