If you want to use WinSCP as an SFTP client to connect to your Acquia Cloud servers, you may require you to convert your SSH key into a format compatible with WinSCP. You can use PuTTYgen to convert your key into the .ppk
format required by WinSCP.
PuTTYgen is included in the WinSCP installation package.
To convert a key into the .ppk
format using PuTTYgen, perform the following steps:
Start PuTTYgen, and in the Conversions menu, click Import key.
In the Load private key window, browse to your SSH private key, select it, and then click Open. Your SSH private key may be located in Users\[user_name]\.ssh
.
Enter the passphrase associated with the private key. Note that the key fingerprint confirms the number of bits is 4096.
In the File menu, click Save private key to save the key in .ppk
format.
Use the .ppk
file as your key when you use WinSCP.
For more information, see the PuTTYgen documentation, including the note about key formats.