You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Creating an SSH Key

https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

ssh-keygen -t ed25519 -C "your_email@example.com"


... see above link


Connecting to Github using SSH

Navigate to Settings → SSH and GPG keys. Click New


Give the keys a title and then past the contents of ~/.ssh/id_ed25519.pub into the keys input box and click Add SSH Key.

References

  • No labels