Save remote server connections in the OS X Terminal
If you are familiar with the Unix command line, then the OS X Terminal is a great resource for accessing systems remotely. This can be done with several different protocols, including SSH and Telnet, FTP, and SFTP, as well as several others. Often people who use the Terminal for remote access will have several servers they regularly access, which makes typing the commands and URLs to establish the connection rather redundant.
To make this easier, you have several approaches you can take. The first is to set up a script or shell function that will store the connection information for … Read more