Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created March 7, 2015 18:15
Show Gist options
  • Save Manouchehri/b807cac3453d1ac019b7 to your computer and use it in GitHub Desktop.
Save Manouchehri/b807cac3453d1ac019b7 to your computer and use it in GitHub Desktop.
.ssh/config
Host *
ControlMaster auto
ControlPath /home/dave/.ssh/sockets/%r@%h-%p
ControlPersist 8760h
ServerAliveInterval 5
ServerAliveCountMax 1
Host *.mun.ca
User dave
IdentityFile /home/dave/.ssh/keymun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment