Difference between revisions of "Convert SSH Key from PEM to PPK"
Jump to navigation
Jump to search
(Created page with "== Step by Step == <br>We'll do this in PuTTYgen application in Linux. root@gejoreuy:~# puttygen keyname.pem -O private -o keyname.ppk") |
|||
Line 1: | Line 1: | ||
== Step by Step == | == 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 | root@gejoreuy:~# puttygen keyname.pem -O private -o keyname.ppk |
Revision as of 13:46, 1 July 2020
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