I want to test my keys in ~/.ssh
. I do not have sshd
running (Git-Bash@Windows does not provide it). I'd like to test if I still remember the passphrase for my keys.
I found these answers [1], [2], but they do not work for me.
Is there an easy way to verify my ssh keys without an ssh server?
The public part of the key is saved in the id_rsa. pub file, while the private part is saved in the id_rsa file. Both files can be accessed from this location using Explorer: C:\Users\[your user name]\. ssh .
This should work:
ssh-keygen -y
Or to avoid filename prompt question:
ssh-keygen -y -f key_file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With