Archive

Archive for the ‘SSHFS’ Category

How to fix sshfs “Connection reset by peer”

November 16th, 2008 Masao No comments

Clear out the /etc/hosts.deny file on the destination server

Also, make sure these lines are uncommented in your sshd_config file on the destination server:

/etc/ssh/sshd_config:
Subsystem       sftp    /usr/libexec/openssh/sftp-server
DenyGroups nossh

Restart sshd.

Categories: Linux, SSHFS Tags: