Skip to content

Instantly share code, notes, and snippets.

@tthoma24
Created December 8, 2017 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tthoma24/e00cf945418707db26b06c114f4bb285 to your computer and use it in GitHub Desktop.
Save tthoma24/e00cf945418707db26b06c114f4bb285 to your computer and use it in GitHub Desktop.
My ~/.ssh/config file
#Examples
#To get the MD5 fingerprint instead of SHA256:
# Host example.org
# FingerprintHash md5
Host ubuntu.dev
IdentityFile ~/.ssh/ubuntuvm_rsa
Host github.mit.edu
IdentityFile ~/.ssh/github.mit.edu_rsa
Host github.com
IdentityFile ~/.ssh/github_rsa
# MIT Athena Dialups
Host *.dialup.mit.edu contents-vnder-pressvre.mit.edu cvp.mit.edu mint-square.mit.edu brym.mit.edu buzzword-bingo.mit.edu gore.mit.edu howe-and-ser-moving.mit.edu has.mit.edu apollo-dome-landing.mit.edu adl.mit.edu biohazard-cafe.mit.edu bl5.mit.edu mass-toolpike.mit.edu i90.mit.edu
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
# SIPB Office Heads
Host zygorthian-space-raiders.mit.edu zsr.mit.edu coleco-sidewinder.mit.edu csw.mit.edu kid-icarus.mit.edu kid.mit.edu w-a-thornhump-iii.mit.edu thornhump.mit.edu mary-kay-commandos.mit.edu mkc.mit.edu otis-oracle.mit.edu o-o.mit.edu mega-man.mit.edu
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment