Skip to content

Instantly share code, notes, and snippets.

@subhendu-de
Last active October 27, 2020 10:26
Show Gist options
  • Save subhendu-de/16f48a558c4f69ca0961f29de11022f8 to your computer and use it in GitHub Desktop.
Save subhendu-de/16f48a558c4f69ca0961f29de11022f8 to your computer and use it in GitHub Desktop.
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