PSFTP connection using key authentication

Using PuTTY to SSH onto server. But can't work out how to connect to SFTP.

Private key is on a USB, maybe that's where I'm going wrong !?

I have tried various ways e.g. PSFTP, but can't really find a clear answer when key authentication is required.

1 Answer

With psftp, use -i switch to specify your private key file:

psftp -i "C:\path\mykey.ppk" 

You can also use Pageant as with PuTTY. Or re-use PuTTY stored session (with private key specified), using -load switch.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like