Last active
October 27, 2020 10:26
-
-
Save subhendu-de/16f48a558c4f69ca0961f29de11022f8 to your computer and use it in GitHub Desktop.
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
REM Create a key-pair in .ssh folder with id_rsa and id_rsa.pub names | |
ssh-keygen | |
REM Create a key-pair in .ssh folder with ubuntu and ubuntu.pub names | |
ssh-keygen -f .ssh\ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment