SSH Key Setup
On a Mac, use Terminal / On a PC, use PowerShell (run as administrator)
or install WSL: https://learn.microsoft.com/en-us/windows/wsl/install
- Open a PowerShell window as an administrator and run the following command:
-
ssh-keygen -t ecdsa
-
- Hit enter through all the prompts to keep defaults, then run
-
Do not set a passphrase
-
cat ~/.ssh/id_ecdsa.pub to show your public key.
-
Then selectSelect the entire key and copy it- Go to https://selfservice.grit.ucsb.edu/?action=changesshkey
- Enter your GRIT AD username, and password, then paste the copied public key from the previous step into the field, and submit