Skip to content

Instantly share code, notes, and snippets.

@xjeeh
Last active May 9, 2022 00:13
Show Gist options
  • Save xjeeh/90703e061650e538d0bcc067454e92b3 to your computer and use it in GitHub Desktop.
Save xjeeh/90703e061650e538d0bcc067454e92b3 to your computer and use it in GitHub Desktop.
SSH Keys Generate
ssh-keygen
cat ~/.ssh/id_rsa.pub | clip // Powershell
cd ~/.ssh
ssh-add id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment