Hi everyone,
I've been trying to set up YummyFTP to connect via SFTP using a private key file rather than a username/password.
I've gotten my Windows box set up with FileZilla, and just now was able to connect via the sftp Terminal on my Mac. Here's the command line:
sftp -P 333 -i ~/.ssh/mykeyfile_rsa
username@servername.comUnfortunately, I seem to be having issues inside YummyFTP. I've set:
- Protocol: SFTP
- Server: servername.com
- User name: username
- Password: <blank>
- Port: 333
- SSH key (checked): ~/.ssh/mykeyfile_rsa
But when I attempt to connect, it sits around for a bit and then errors out with a "Permission denied (publickey,gssapi-keyex,gssapi-with-mic)."
Any idea what I need to tweak here?