Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

SSH ControlPath/ControlMaster. How to get OpenSSH v4 and above to re-use an existing SSH connection for multiple sessions, dramatically speeding up connection start times.

Tagged , ,

1 comment

  1. I got this working by dropping the following in at the top of my .ssh/config file:

    Host *
    	ControlPath ~/.ssh/master-%r@%h:%p
    	ControlMaster auto
    

    Simon Willison - 18th December 2006 11:56 - #

Comments are closed.
A django site