Skip to content

Instantly share code, notes, and snippets.

@AbmSourav
Last active March 18, 2020 12:55
Show Gist options
  • 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 "[email protected]"
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