Created
December 16, 2015 01:53
-
-
Save ed-flanagan/3c85f53eacf99bf6d352 to your computer and use it in GitHub Desktop.
Purdue CS lab machine SSH config file example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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