Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created February 5, 2022 04:52
Show Gist options
  • Save atulkamble/302028be3a11c002c8a510d2964c1245 to your computer and use it in GitHub Desktop.
Save atulkamble/302028be3a11c002c8a510d2964c1245 to your computer and use it in GitHub Desktop.
Download 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment