Difference between revisions of "Convert SSH Key from PPK to PEM"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
root@gejoreuy:~# yum install putty-tools | root@gejoreuy:~# yum install putty-tools | ||
− | + | or | |
root@gejoreuy:~# apt-get install putty-tools | root@gejoreuy:~# apt-get install putty-tools | ||
Latest revision as of 13:47, 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.ppk -O private-openssh -o keyname.pem