Body
Issue/Question
How do I make and setup SSH Keys for Lawrence?
Environment
Cause
Want to securely connect to HPC resources
Resolution
- Open a terminal on your local machine
Note: This can be MobaXTerm (Windows), or Bash/Zsh (Linux or Mac)
- Type ssh-keygen and press enter
Note: This generates a keypair on your local machine
- Press enter to accept the default path
- Press enter to skip the passphrase
- Press enter again to confirm
- Type ssh-copy-id first.last@lawrence.usd.edu and press enter
Note: Use your own name instead of first.last
Note: This sets up the newly generated key for use on lawrence
- Type your password and press enter
- Complete the Duo second factor authentication
- Type ssh first.last@lawrence.usd.edu to test your SSH Key