Skip to content

Instantly share code, notes, and snippets.

@AbmSourav
Last active March 18, 2020 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbmSourav/b70eda3b5e8eef51cee9257c4bbf9484 to your computer and use it in GitHub Desktop.
Save AbmSourav/b70eda3b5e8eef51cee9257c4bbf9484 to your computer and use it in GitHub Desktop.
SSH key detail
Create SSH key: ssh-keygen -t rsa -C "your_email@example.com"
Ubuntu Copy SSH: xclip -sel clip < ~/.ssh/id_rs.pub
Windows Copy SSH: clip < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment