← Back to Home

Convert SSH2 to OpenSSH

Paste Your SSH2 Public Key

How to Use

1. Paste your SSH2 format public key in the input area above

2. Click "Convert to OpenSSH" to transform it to OpenSSH format

3. The converted key will appear in the output section

4. Use "Copy to Clipboard" to copy the OpenSSH formatted key

SSH2 Format Example:

---- BEGIN SSH2 PUBLIC KEY ----
Comment: "user@example.com"
AAAAB3NzaC1yc2EAAAADAQABAAABgQC7vbqajDhA...
---- END SSH2 PUBLIC KEY ----

OpenSSH Format Result:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7vbqajDhA... user@example.com