Using GitHub with SSH Keys
Generate SSH Key on your system
$ ssh-keygen -t ed25519 -C "your_email@example.com"
View you new SSH Key
$ ~/.ssh/id_ed25519.pub
Open github, go to setting, SSH and GPG Keys, click add a new key,
page contents of id_ed25519.pub into box.
- Read more about Using GitHub with SSH Keys
- Log in or register to post comments