Artikel ini membahas cara Convert .ppk to OpenSSH Key.
Langkah 1 – Install PuTTY Tools
Ubuntu
sudo apt-get install putty-tools
CentOS
sudo yum install putty
Langkah 2 – Generate Private dan Public Key
Private Key – .ppk ke OpenSSH key
puttygen file_key.ppk -O private-openssh -o file_key
Public Key – .ppk ke OpenSSH key
puttygen file_key.ppk -O public-openssh -o file_key.pub
Selamat mencoba.