#Why? Because, I had to manage many servers and had a file of ssh commands. And I had to copy and paste the command lines each and everytime I want to loginto a server/instance.
#For whom? Definitely geeks, who manage many servers.
#How to use? As I have told simplyfies the copy paste work;
- add your ssh commands to file(or any other name)
- specify the path for the same in your connect.sh(or anyname you had)
- if shows any error while running file run (as ./connect.sh) the following command
- chmod u+x connect.sh
- loads the file with ssh commands
- all you have to do is to select the line you want to execute/use as your command line.
*Tested on elementary OS(Debian built/ Ubuntu 14.04)
#what awaits the future upgrade? I want to add a serch tool.. :-w (if possible).