Automatic SSH Login Script
Posted on June 7, 2013
If you are like me, you are rarely working locally on your own system. I am almost always working on another server to run and test code. Connecting to an external server is as simple as jumping into your terminal and connecting via ssh (secure shell). This is simple and…