Is it possible to retrieve the public-key from an encrypted or passphrase-protected ssh private-key?
I have created an open-ssh keypair using ssh-keygen with the defaults, and encrypted the private key with a passphrase. I already know how to derive the public-key from the private-key using ssh-keygen -y, for which I will need to enter th… Continue reading Is it possible to retrieve the public-key from an encrypted or passphrase-protected ssh private-key?