I have created an RSA private key using PuTTYgen. When I try to use it, I am notified that I can't use this encrypted key in Filezilla, so from the documentation I found that I need to use the Pageant tool. Now the problem is I am using Fedora (the latest version), how can I install Pageant? Is there any equivalent of Pageant out there? I am not good with Linux so I need a GUI method.
|
PuTTY has its own private key file format. If you want to use a key file generated by PuTTYgen, you need to convert it to the OpenSSH key format (which is the standard on Linux and other unix systems). Use the export command in PuTTYgen. You'll get a key file, often called The Linux equivalent of Pageant is |
|||||||||
|