LoginSignup
7
6

More than 5 years have passed since last update.

Macでsshの秘密鍵をさくっとppkに変換する

Last updated at Posted at 2018-09-19

puttyをインストール

brew install putty

鍵を変換 pem -> ppk

puttygen id_ecdsa.pem -O private -o id_ecdsa.ppk

逆の変換もできる ppk -> pem

puttygen id_ecdsa.ppk -O private-openssh -o id_ecdsa.pem
7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6