Page 1 of 1

Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-24 19:05
by Leerho
Using: FireZilla 3.4.0 on OS X 10.6.7:

1) SSH keys are by default stored in hidden ~/.ssh folder. I cannot get FileZilla to show hidden files when trying to configure SFTP:

FireZilla > Preferences > Connection > SFTP > Add keyfile…

This brings up a Finder window but NOT showing hidden files, even though

$ defaults write com.apple.finder AppleShowAllFiles -bool true

has been set. Normal Finder launch from desktop is showing hidden files and FileZilla is showing hidden files in local directory window just fine. Changing "File editing" to "Use custom editor" = TextMate doesn’t work either.

2) Even though SSH_AUTH_SOCK is set:
/tmp/launch-ICEWAb/Listeners
FileZilla doesn’t seem to recognize it.

I'm stuck!

Re: Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-24 21:23
by botg
You need to contact Apple so that they can fix Finder to always show all files in all situations.

Re: Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-24 21:52
by Leerho
But getting FileZilla to use SSH_AUTH_SOCK, which is the suggested alternative, doesn't seem to work either.

Anyone else on OS X having these problems?

Re: Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-24 21:55
by botg
But getting FileZilla to use SSH_AUTH_SOCK, which is the suggested alternative, doesn't seem to work either
That seems odd. Is your SSH agent compatible with that of OpenSSH?

Re: Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-24 22:03
by Leerho
Comes with OS X:
OpenSSH_5.2p1, OpenSSL 0.9.8l 5 Nov 2009

Re: Can't get SFTP working on OS X 10.6.7

Posted: 2011-04-25 08:18
by botg
What does ls -l /tmp/launch-ICEWAb/Listeners output?