Convert SSH Key from PEM to PPK

From Gejoreuy
Revision as of 13:47, 1 July 2020 by Gejor (talk | contribs) (→‎Step by Step)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Step by Step

Make sure we have installed PuTTYgen.

 root@gejoreuy:~# yum install putty-tools
      or
 root@gejoreuy:~# apt-get install putty-tools

We'll do this in PuTTYgen application in Linux.

 root@gejoreuy:~# puttygen keyname.pem -O private -o keyname.ppk