SFTP connection with ppk file

I want to create an sftp connection. But to access it I have a login password and a ppk file. How do I make the connection?

You will need to convert the PPK file to PEM format - then you can add the path to the PEM file to key_file option in the sftp config.

Putty can convert a PPK to a PEM for you.

If you have a username and password that works without the key then you can run rclone config and create a new sftp remote entering the username and password when prompted.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.