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 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site