LoginSignup
7
4

More than 5 years have passed since last update.

Macで .pem や .ppk の変換方法

Posted at

Macで .pem を .ppk に変換する方法

内容

  • Macで .pem や .ppk の変換方法を記載しています

詳細

PuTTY インストール

Homebrewでインストール

$ brew install putty

鍵の変換

.pem から .ppk への変換

$ puttygen test.pem -O private -o test.ppk

.ppk から .pem への変換

$ puttygen test.ppk -O private-openssh -o test.pem
7
4
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
4