Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 653 Bytes

sshkey.md

File metadata and controls

15 lines (10 loc) · 653 Bytes

Generating your own SSH key

Note

We recommend using ed25519 when generating your key

  1. Open your terminal of choice
  2. Run ssh-keygen -t ed25519
  3. Your key should be located in ~/.ssh/

Warning

Make sure to send the .pub file. Do not share your private key with anyone.

For more info see this link or this link

If you are on Windows and the above don't work, see this document