SSHMenu – easy organization of SSH connections
As I spend most of my days working on various web projects I often have to connect to a multitude of servers using SSH; development servers, production servers, database servers etc. To begin with I used basic bash aliases to keep track of the various ssh connections, since they were becoming pretty hard to keep [...]