Generate Public Key from Private Key

  • Generate public key from private key (SSH)

ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub

Last updated