Create a public SSH key from the private key?
Linux2025. 1. 13. 16:41
728x90
원문 : https://serverfault.com/questions/52285/create-a-public-ssh-key-from-the-private-key
$ ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub
원문 : https://serverfault.com/questions/52285/create-a-public-ssh-key-from-the-private-key
$ ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub