Using GitHub SSH Keys for Auth from terminal
Dec 13, 2022 · 3 min read · Steps Generate SSH keys on your machine. Add ssh keys to your local ssh-agent. Add your public ssh key to your GitHub account. Test your SSH key from your machine. Push code! 1. Generate SSH Keys To generate ssh keys on any computer running a ...
Join discussion