Your best friend for file transfer.

SFTP Connection Could Not Be Established (2 posts)
- Started 4 months ago by Tim
- Latest reply 4 months ago from Jim Matthews
-
Tim Member
-
Jim Matthews Administrator
Hi,
The problem is that by default your version of macOS does not use the SSH key exchange methods supported by your SFTP server (Apple made this change to improve security). You may want to ask your SFTP server administrator to upgrade to allow key exchange methods. Otherwise you can work around this change by doing the following:
1) Choose Utilities from the Go menu in the Finder
2) Open Terminal
3) Enter the following (replacing HOSTNAME with your server's hostname):echo -e "\nHost HOSTNAME \nKexAlgorithms diffie-hellman-group14-sha1\n" >> ~/.ssh/config
and press Return.
Please let me know if that does not work.
Thanks,
Jim Matthews
Fetch Softworks
- Page 1
This month I've started seeing an error when trying to connect to an SFTP.
Server responded: “Unable to negotiate with $IPADDRESS port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1"
I know the hostname, username, password, and authentication method are all correct because Transmit is able to connect just fine.
Any suggestions on how I can resolve this issue in Fetch?
Edited 4 months ago #