3
2
I'm using Transmit to connect via SFTP to a server. I know that the public key is properly uploaded etc. because I can connect via SSH on the command line.
For some reason I can't connect with SFTP in Transmit. My keys are in the default location (~/.ssh
) so I can't imagine Transmit is having a hard time finding them.
SFTP is an SSH protocol extension. The GUI has nothing to do with the protocols. – Daniel Beck – 2011-04-23T07:17:01.957
4While Transmit uses keys in
.ssh
automatically, have you tried specifying one explicitly by editing the connection and clicking on the key icon, then selecting your keyfile? PressCmd-Shift-.
in the file dialog to show hidden files and folders, such as.ssh/
– Daniel Beck – 2011-04-23T07:18:02.610@daniel - yes I did; turns out it was a bug verified by transmit tech support; files with a . in the name are not read properly, my keys were named things like 'my_key_name.pub' – Erik – 2011-05-03T22:52:44.813
Please post that as an answer and click the checkmark to accept it once possible. This'll mark the question resolved in the system. – Daniel Beck – 2011-05-04T05:20:26.003