shosei

turbo host connections

Apr 12th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # Speeding up connections to the same host (thanks to Melo)
  2.  
  3. $ head -3 ~/.ssh/config
  4. Host *
  5.   ControlMaster auto
  6.   ControlPath /tmp/501/mux-%h-%p-%r
Advertisement
Add Comment
Please, Sign In to add comment