Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a web server module that provides this access
Enchanter is a small library that helps you script SSH sessions in a manner similar to Expect. It uses BeanShell as the default scripting engine, although...
Here is a quick way to drastically improve the security of your OpenSSH server installations. ( I prefer the combination approach with iptables as several comments indicate)
Sch 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
freeSSHd, like it's name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users...
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, and SCP.