Answers for "how to create ssh in github"

18

add ssh key to github

$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Posted by: Guest on April-15-2020
3

how to create ssh in github

$ ssh-keygen -t ed25519 -C "[email protected]"
Posted by: Guest on November-11-2020
1

add ssh to github

$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Posted by: Guest on November-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language