Skip to content

Instantly share code, notes, and snippets.

@ed-flanagan
Created December 16, 2015 01:53
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 ed-flanagan/3c85f53eacf99bf6d352 to your computer and use it in GitHub Desktop.
Save ed-flanagan/3c85f53eacf99bf6d352 to your computer and use it in GitHub Desktop.
Purdue CS lab machine SSH config file example
# Replace `$USER` with your purdue career login
Host *.cs.purdue.edu
User $USER
PubkeyAuthentication yes
IdentityFile ~/.ssh/purdue_rsa
Host moore0* moore1* moore2*
HostName %h.cs.purdue.edu
User $USER
PubkeyAuthentication yes
IdentityFile ~/.ssh/purdue_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment