Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active January 23, 2022 01:33
Show Gist options
  • Save atulkamble/bf463b9cb3446a46830c994d797f7127 to your computer and use it in GitHub Desktop.
Save atulkamble/bf463b9cb3446a46830c994d797f7127 to your computer and use it in GitHub Desktop.
PuTTYgen for Ubuntu/Linux
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