Benutzen:
ssh-keygen -y -y This option will read a private OpenSSH format file and print an OpenSSH public key to stdout.
Beispiel: $ ssh-keygen -y -f ~ / .ssh / id_rsa_file Dies fordert Sie auf, "Passwort eingeben:" einzugeben. Bei einer falschen Passphrase wird "load failed" angezeigt, andernfalls wird der öffentliche OpenSSH-Schlüssel in stdout ausgegeben.