Hello friends,
Welcome back.
Here in this short blog, I'm going to share my experience about `puttygen`, a linux tool which I've used for converting PEM file to PPK file. The purpose of this conversion was the PEM (Privacy Enhanced Mail) file which was generated by AWS for accessing SFTP, was not working in WinSCP client. So to resolve that, I've googled and I found that I need to convert PPK file to PEM file.
To do so, I found a linux tool named puttygen. Here I'm just giving commands I've used, and the man page link for reference.
Convert PPK to PEM:
Convert PEM to PPK:
The man page link : https://linux.die.net/man/1/puttygen
Hope this will help you.
Thanks.
Welcome back.
Here in this short blog, I'm going to share my experience about `puttygen`, a linux tool which I've used for converting PEM file to PPK file. The purpose of this conversion was the PEM (Privacy Enhanced Mail) file which was generated by AWS for accessing SFTP, was not working in WinSCP client. So to resolve that, I've googled and I found that I need to convert PPK file to PEM file.
To do so, I found a linux tool named puttygen. Here I'm just giving commands I've used, and the man page link for reference.
Convert PPK to PEM:
puttygen server.ppk -O private-openssh -o server.pem
Convert PEM to PPK:
puttygen server.pem -O private -o server.ppk
The man page link : https://linux.die.net/man/1/puttygen
Hope this will help you.
Thanks.
Comments
Post a Comment
Want to share something? Add here...