手元に秘密鍵だけある場合に、公開鍵がほしい際に ssh-keygen
コマンドから生成できるとのことでメモ書き📝
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
AWS の pem だけもっているときとかで突然公開鍵が必要な時に便利
Go to list of users who liked
More than 5 years have passed since last update.
手元に秘密鍵だけある場合に、公開鍵がほしい際に ssh-keygen
コマンドから生成できるとのことでメモ書き📝
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
AWS の pem だけもっているときとかで突然公開鍵が必要な時に便利
Register as a new user and use Qiita more conveniently
Go to list of users who liked