Skip to content

Instantly share code, notes, and snippets.

@amancioandre
Last active February 10, 2020 17:40
Show Gist options
  • Save amancioandre/561f3c062abf98e9df6008067b008825 to your computer and use it in GitHub Desktop.
Save amancioandre/561f3c062abf98e9df6008067b008825 to your computer and use it in GitHub Desktop.
Usefull Commands

Usefull Commands

SSH

Add a RSA Id, ssh Key

$ ssh-add -k ~/.ssh/id_rsa

Show your public RSA Id, ssh

$ cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment