I am trying to follow the instructions here for OSX

http://wiki.filezilla-project.org/Howto

I can successfully ssh to the target server with no username/password (OSX picks up my certificates from the ~/.ssh directory), but I have no idea how to get Filezilla to do the same.

I have tried just running ssh-agent which doesn't do much.

link|improve this question

74% accept rate
By "FTP over SSH", did you mean SFTP, or real old FTP tunnelled over SSH? – grawity May 8 '11 at 23:23
Did you follow the Windows part of the tutorial, or the single sentence relating to other platforms? – Daniel Beck May 9 '11 at 4:59
@Daniel Beck, "other platforms"... @grawity, I mean SFTP, not FTP tunnelled over SSH. – Yar May 9 '11 at 12:59
Do you get any output in the Terminal when you type printenv SSH_AUTH_SOCK? – William Jackson May 9 '11 at 13:32
@William Jackson: /tmp/launch-xi2Fu5/Listeners – Yar May 9 '11 at 22:01
show 4 more comments
feedback

2 Answers

up vote 2 down vote accepted

You can now use FileZilla -> Preferences -> Connection -> SFTP which will allow you to import your private key.

link|improve this answer
feedback

You have to put your server first in the server manager. Provide the IP/domain and username, and ensure the login type is set to "normal" then press login.

If you have a working SSH connection to this IP everything will be fine!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.