PuTTY Key Generator
Generate PPK key pairs for PuTTY securely in your browser.
Client-side only. Nothing leaves your browser
What is a PuTTY Key Generator?
PuTTY stores SSH keys in its own PPK format instead of the OpenSSH format the ssh-keygen command produces. The official way to create one is PuTTYgen, a Windows program bundled with PuTTY. This tool does the same job in your browser: it generates a fresh key pair, packages the private key as a ready-to-use .ppk file, and gives you the matching public key line for the server's authorized_keys file. Already have a key in PEM format? Use the PEM to PPK converter instead of generating a new one.
PPK Version 2 vs Version 3
| Version | Works With | Notes |
|---|---|---|
| Version 3 | PuTTY 0.75+ (2021), current WinSCP | Current default; Argon2 protection when a passphrase is set |
| Version 2 | All PuTTY releases, older WinSCP and FileZilla | Pick this if a tool rejects a v3 file |
Quick Start (Command Line)
Prefer the terminal? PuTTYgen's CLI generates a PPK directly:
puttygen -t ed25519 -o key.ppkInstall with brew install putty (macOS) or sudo apt install putty-tools (Ubuntu).
Frequently Asked Questions
What is PuTTYgen?
What is the difference between a PPK key and an OpenSSH key?
How do I use a generated key with PuTTY?
Is there a PuTTYgen for Mac?
How do I add a passphrase to the generated PPK key?
Related Tools
Key Generator
Generate RSA, Ed25519, and ECDSA SSH keys securely in your browser.
Port Checker
Test if SSH port 22 is open on any server. Diagnose firewall and connection issues.
Config Generator
Generate ~/.ssh/config entries visually. Build config files with host aliases, jump hosts, and identity files.
Key Validator
Validate SSH public and private keys. Check key type, format, fingerprint, and comment.
PEM to PPK Converter
Convert PEM SSH keys to PPK format for PuTTY. Validate keys and get step-by-step conversion instructions.
Need to manage SSH connections?
SSH Workbench lets you connect, browse files, and manage servers visually.
Try SSH Workbench Free