Coming from Windows, I used Putty a lot since it could store a list of hosts I often connect to, provide me with an easy to use double click and then spawn a terminal. Is there a preferred solution for OSX?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
If you have the keys set up already, you can create a
Then from the command line you can just use:
|
|||
|
|
SSH KeysSSH allows you to use a public / private key pair for a connection, negating the need for a password. Use your hosts file to remember ip addresses and opening a new connection is as easy as |
|||||||||||
|
|
Use the ssh keys that @Josh K mentions. If you have trouble with the rest, just set-up aliases in your
Then from the command line, type |
|||
|
|