OpenSSH形式に変換する
$ brew install putty
$ puttygen xxx.ppk -P private-openssh -p xxx.pem
$ ssh -i xxx.pem username@hostname
参考
https://qiita.com/ryok/items/be260e6df4ecfb5d5f1d
https://bacchi.me/linux/putty-key/
OpenSSH形式に変換する
$ brew install putty
$ puttygen xxx.ppk -P private-openssh -p xxx.pem
$ ssh -i xxx.pem username@hostname
参考
https://qiita.com/ryok/items/be260e6df4ecfb5d5f1d
https://bacchi.me/linux/putty-key/
コメント