How can I use Interarchy/Filezilla etc with SSH keys?

0

I have a server which I connect to with the command line using a stored ssh key, i.e. there's no username/password, I can just connect with ssh servername because the key is stored in the right place.

Is there any way to use Interarchy or another OS X GUI file client with this key?

John Horner

Posted 2013-02-13T22:39:25.630

Reputation: 183

Answers

1

According to their Wiki, it's fully supported in FileZilla.

Other platforms

FileZilla supports the standard SSH agents. If your SSH agent is running, the SSH_AUTH_SOCK environment variable should be set.

EDIT:

Check here to see alternatives for FileZilla. I don't have a Mac, so I can't test any of these, but it's a great place to start a search.

Kruug

Posted 2013-02-13T22:39:25.630

Reputation: 5 078