Created
February 5, 2022 04:52
-
-
Save atulkamble/302028be3a11c002c8a510d2964c1245 to your computer and use it in GitHub Desktop.
Download PuTTYgen for Ubuntu/Linux
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
| sudo apt install putty-tools | |
| // Generate Key Pair for Authentication in Linux | |
| puttygen -t rsa -b 2048 -C "user@host" -o keyfile.ppk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment