Generating SSH Keys

General Steps

  1. Check for existing keys.
  2. Create SSH keys.
  3. Run agent.
  4. Add SSH key to agent.
  5. Copy SSH public key.
  6. Test connection.

Linux

Windows

Change Passphrase

ssh-keygen -p -f ~/.ssh/id_ed25519

Bibliography

Kudos to GitHub for being such an amazing platform and making awesome tutorials like this one.