Archives For ssh

Recently I was in search of some ways to speed up my SSH connections as I spend a lot of my days within the terminal.  I came across this handy little gem which can help you connect faster to a server that you already have a connection to.  There is a feature within OpenSSH called connection sharing and its really easy to enable, and requires no edits to the server.

To enable OpenSSH connection sharing, edit your SSH config file:

Add the following lines of code to it:

Once you have made the modification to the SSH config file, disconnect from the current connection and for good measure close out of your terminal.  Now you can open up your terminal and connect to a server, open up a new tab and connect to the same server.  The new connection should connect much quicker than the first one.

SSHMenu FTW

February 4, 2008

I came across SSHMenu, and its is very handy if you have multiple machines that you connect into on a regular basis.  Here is a screenshot of the program to give you an idea.

SSHMenu

You can get more information on it over at their Official Site.

A while ago I did a write up on SSH keys, anyways I was looking into it a little more today and came across this handy little script that makes it… well simple.  I didn’t write it myself, I found it over here.  Go ahead and give it a try it works like a charm.

rysnc is the best

May 11, 2006

Thanks to Jake for giving me this command it is now a LOT easier to sync my music from my laptop to my desktop

rsync -aruvpe ssh * shelby@192.168.1.2:/mnt/share1/music/

Since I make all the changes on my laptop everything stays up to date on the desktop.