A script for keeping track of all your remote ssh servers. I personally have to ssh into WAY to many remote servers, and this script eases that process.
git clone [email protected]:V-FEXrt/tmssh.git
cd tmssh
cp tmssh /usr/local/bin # Any other location in your path is also acceptable
tmssh add [email protected] myserver # Adds myserver to the list of saved servers
tmssh myserver # ssh into [email protected]
tmssh list # List all server names
tmshh list -l # List all server names and their address
tmshh remove myserver # Remove myserver from the list of saved servers
tmshh help # print help
tmshh version # print version info