SSH Connection Manager for Unix Based on http://reviews.cnet.com/8301-13727_7-20078003-263/create-an-automatic-ssh-server-menu-in-the-os-x-terminal/
Edit hosts file in linux and add all the servers you would like to be displayed by the script (/etc/hosts) following the format [ip-address] [alias] [full-hostname]:
100.100.1.1 server1 server1.domain.com
100.100.1.2 server2 server2.domain.com
100.100.1.3 server3 server3.domain.com
Download SSHManager.sh and give execution permissions (755).