Skip to content

Instantly share code, notes, and snippets.

@lpsm-dev
Created September 1, 2020 11:46
Show Gist options
  • Save lpsm-dev/5dada51a15518e8c00eaed9fc680d720 to your computer and use it in GitHub Desktop.
Save lpsm-dev/5dada51a15518e8c00eaed9fc680d720 to your computer and use it in GitHub Desktop.
πŸ‘Š Create a SSH key and test
EMAIL=""
HOST="gitlab.com"
ssh-keygen -t rsa -b 4096 -C "$EMAIL"
ssh -T git@$HOST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment