Last active
March 18, 2020 12:55
-
-
Save AbmSourav/b70eda3b5e8eef51cee9257c4bbf9484 to your computer and use it in GitHub Desktop.
SSH key detail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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