SFTP not working, but SSH is
Posted
by
Dan
on Server Fault
See other posts from Server Fault
or by Dan
Published on 2011-08-28T10:24:00Z
Indexed on
2012/12/05
17:06 UTC
Read the original article
Hit count: 198
I've had a server running CentOS for a few months now. A few days ago, I stopped being able to connect to it over SFTP. I've tried from multiple computers, OSes, clients, and internet connections. I can SSH in just fine, though. For example, Nautilus gives me this:
Error: DBus error org.freedesktop.DBus.Error.NoReply:
Did not receive a reply. Possible causes include: the
remote application did not send a reply, the message bus
security policy blocked the reply, the reply timeout
expired, or the network connection was broken.
Please select another viewer and try again.
I was under the impression that SFTP was just pure SSH, and if one worked, the other would, and vice-versa. Clearly that's not the case, though. What could I have done wrong?
© Server Fault or respective owner