Questions tagged [ssh-keygen]

86 questions
0
votes
0 answers

Create a public SSH key from the private key? Is an `ssh-ed25519` public key unrecoverable?

I want to recover my ssh public key from my private key. I am aware of this answer but it doesn't seem to work for me. When I run the command suggested ssh-keygen -f ~/.ssh/my_key -y > ~/.ssh/my_key.pub I only get the algorithm ssh-ed25519 and an…
medic17
  • 101