mount sshfs error: "read: Connection reset by peer"
Posted: Thu Mar 07, 2013 2:02 pm
[PROBLEM]
When trying to mount a share over "sshfs", I get the following error message:
[SOLUTION]
I tried to mount it as root.
A post in an Archlinux forum pointed me in the right direction:
Just use "mount /mnt/xxx" instead of "sudo mount /mnt/xxx"
When trying to mount a share over "sshfs", I get the following error message:
I verified that I can properly connect to the server using ssh, and the configuration in /etc/fstab hasn't changed. So it "should" work.read: Connection reset by peer
[SOLUTION]
I tried to mount it as root.
A post in an Archlinux forum pointed me in the right direction:
That was it. Don't use sudo, don't be root:"Don't use sshfs as root. It's a FUSE filesystem and meant to be user mounted."
Just use "mount /mnt/xxx" instead of "sudo mount /mnt/xxx"