Linux.com

Starting SSH connections simply with SSHMenu

Posted by: Anonymous [ip: 201.244.141.45] on June 19, 2008 02:49 AM
It is even easier to read the manual pages and edit your ~/.ssh/config file to set up aliases for your hosts, including user, identity keys, encryption algorithms and almost anything you may want on a host to host basis. I have a fair bunch of hosts to connect to and I use a different key pair to connect to each. I just type "ssh host1" or "ssh host2" and I'm done (barring typing the password to unlock the private key).

#

Return to Starting SSH connections simply with SSHMenu