Generate Public Key from Private Key
- Generate public key from private key (SSH) 
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