LoginSignup
67
60

More than 5 years have passed since last update.

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

Posted at

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

  1. puttyのインストール

    1. Homebrewでインストール
    2. brew install putty
  2. 鍵の変換コマンド

    1. pem to ppk
      1. puttygen aaaaa.pem -O private -o aaaaa.ppk
    2. ppk to pem
      1. 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