Generate Public Key from Private Key
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pubPreviousSSH returns: no matching host key type found. Their offer: ssh-rsaNextRun local bash scripts on remote server
Last updated
Generate public key from private key (SSH)
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pubLast updated