Celeb Glow
general | March 10, 2026

Connect to server using SFTP and a public SSH key using FileZilla on Windows

Is it possible to generate an SSH key on a Windows machine and then use that key to connect to a server using SFTP via FileZilla?

This is all working with my Mac, but I have a client that is stuck in a Windows environment. Our server does not have traditional FTP access and I need to get him connected.

Details would be greatly appreciated.

2 Answers

FileZilla uses the PuTTY suite of tools for its SSH implementation. PuTTY supports using public keys, so by default so does FileZilla. It's as simple as downloading and running Pageant and importing your key, or generating a new one using PuTTYgen.

You can also manually specify a key file using menu EditSettings, item Connection (first item in the left panel)

0

If the private SSH key already exists, this can be done from within FileZilla, without the need to install extra software. Simply go to menu EditSettingsConnectionFTPSFTP.

Click button Add key file and add your private key there. It will convert the key for you.

5

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