Answers for "where is ssh key for github"

0

Generate a new GitHub SSH key

ssh-keygen -t rsa -b 4096 -C "[your github's email]"
Posted by: Guest on December-27-2021
0

github use key

Host github.com
 HostName github.com
 IdentityFile ~/.ssh/id_rsa_github
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language