Generating a new SSH key and adding it to the ssh-agent
https://docs.github.com/en/[email protected]/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
Paste the text below, substituting in your GitHub AE email address. $ ssh-keygen -t rsa -b 4096 -C "[email protected]" This creates a new SSH key, using the provided email as a label. > Generating public/private algorithm key pair. When you're prompted to "Enter a file in which to save the key," press Enter. This accepts the default file ...
DA: 72 PA: 6 MOZ Rank: 12