67
60

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Macにて、認証鍵のpemとppkを相互変換する

Posted at

MacでPuttyをインストールすることで、変換できる。

  1. puttyのインストール
    2. Homebrewでインストール
    3. brew install putty

  2. 鍵の変換コマンド
    3. pem to ppk
    4. puttygen aaaaa.pem -O private -o aaaaa.ppk
    5. ppk to pem
    6. puttygen aaaaa.ppk -O private-openssh -o aaaaa.pem

67
60
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
67
60

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?