Skip to content

Commit

Permalink
Add github connection persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Sep 5, 2013
1 parent e5a9483 commit 1405775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ssh/ssh.symlink/config
Expand Up @@ -6,6 +6,13 @@ Host mulug.mscs.mu.edu
Host *.mscs.mu.edu
User mschul

# http://interrobeng.com/2013/08/25/speed-up-git-5x-to-50x/
# Setup github connection persistence
Host github.com
ControlMaster auto
ControlPath /tmp/%r@%h:%p
ControlPersist yes

# Ignore host key changes for local virtual hosts
Host 192.168.56.*
UserKnownHostsFile /dev/null
Expand Down

0 comments on commit 1405775

Please sign in to comment.