I have used JellyfiSSH on Mac OSX which basically stores your ssh connection details so you can quickly open connections using the built in SSH client to various servers without having to type in all the details, is there are similar thing available for linux? I am using Ubuntu.
|
feedback
|
|
When running # Use the private key "my-private-key" when logging in to myhost.com # On the command line, just type: ssh myalias Host myalias HostName myhost.com IdentityFile ~/.ssh/my-private-key User myname If you're not using keys: I can see there's a | |||||||
feedback
|
|
Try PAC Manager http://sourceforge.net/projects/pacmanager/ Perfect for Ubuntu!! ;) | |||
feedback
|