We have a production webserver running FreeBSD 6.1-STABLE. We just moved from
a test server running the same OS. The production server is essentially a
mirror image of the test server, absolutely nothing has changed other than
hardware. The domain/host names, ssh configuration, etc. is exactly the same.
One of our web developers is using Dreamweaver 8 on OS X. He has a profile
set up for our webserver and was able to work off the test server for weeks
now, but as soon as we moved to the production server, he has been unable to
connect. The error he's getting is as follows:
"An FTP error occurred, cannot make connection to host. Access denied."
I've changed PasswordAuthentication to 'yes' in sshd_config as per the support
documents, even though it worked before and the error message was different.
The user is able to open a terminal and connect to our server/upload files with
sftp. The user can also connect to the server via ssh, or even use a gui
client like Fugu to send and recieve files via sftp.
What could be wrong with dreamweaver? My guess is that it has cached the host
key of the old server and is complainign because it doesn't match up with the
new host key? Does Dreamweaver cache host keys? If so, where are they located?
Thanks for your time!