Codinn SSH Proxy
SSH Proxy can help you turn any remote SSH server into a SOCKS v5 proxy, intuitive and easy to use. SSH Proxy is able to remember the SSH login password & private key passphrase and save it to OS X's keychain.
Tunnel Manager allows users to easily manage a configurable list of SSH tunnels and their required keys.
this is a python program that helps me to manage the ssh tunnels that i use regularly for secure remote connectivity to my office and home networks. the standard ubuntu repository already contains a program for managing tunnels, but it did not meet my requirements, so i used this as an opportunity to learn pygtk programming.
the program allows you to maintain a configuration of commonly used dynamic, local, and/or remote ssh portforwarding tunnels. once configured, the tunnels can be started and stopped with simple mouse clicks, or even autostarted when the program is launched. both sshv1 and sshv2 tunnels are supported. sshv1 support was the main issue that drove me to write my own program.
if you are using keybased ssh authentication for all of your tunnels (you are, aren't you? if not, then why not?), you can register your ssh keys with the tunnel manager, too. the keys can be loaded or unloaded with simple mouse clicks, or even autoloaded when the program is launched. this means of managing the key agent is another big advantage for me over the existing alternatives.
ssh ssh-client tunnel ssh-manager