Last active
January 23, 2022 01:33
-
-
Save atulkamble/bf463b9cb3446a46830c994d797f7127 to your computer and use it in GitHub Desktop.
PuTTYgen for Ubuntu/Linux
This file contains 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 | |
Various Command Line Options of PuTTY in Linux: | |
PuTTYgen [-t keytype [-b bits] [-q] | keyfile] | |
[-C new-comment] [-P] | |
[-O output-type | -p | -l | -L] | |
[-o output-file] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment