SSH Tricks 1

Posted by Dan Milne Mon, 16 Jun 2008 10:56:00 GMT

Read this tip here – if you add:

Host *
       ControlMaster auto
       ControlPath /tmp/%r@%h:%p

to your .ssh/config, ssh will reuse your network connections to hosts with already established ssh sessions – saving a bit of time and reducing the number of network sockets you’ve got.

$ man ssh_config

for the details. You learn something new every week eh?

Comments

Leave a comment

  1. clint@burfoot.info about 23 hours later:

    Gold!

Comments