libfuse / sshfs

A network filesystem client to connect to SSH servers
GNU General Public License v2.0
5.73k stars 488 forks source link

The error message is misleading and unhelpful #307

Open opk12 opened 2 weeks ago

opk12 commented 2 weeks ago

First, sshfs is very useful and I'd like to thank you for your work.

When sshfs cannot start, it prints read: Connection reset by peer.

  1. --debug should be mentioned: An error has occurred, pass --debug for more information.
  2. The message is often wrong. The actual problem is likely misconfiguration and not related to the network, as described in this thread at unix.SE.