You are not logged in.

#1 2011-07-18 14:35:09

archer42
Member
Registered: 2011-06-10
Posts: 92

sshfs - read: Connection reset by peer

Hi,
I want to mount a fs over ssh on my client.

I have the private key for the host and I can log on with them over ssh.
Now I installed sshfs for mounting a dir over ssh. After I installed it I could mount and exchange data.
But now it doesn't work anymore even if I can't remeber to have anything changed.

I don't think that the server is the problem, because ssh goes without problems and theres nothing strange in the log.

What is going wrong with sshfs? Doesn't it find the keys? Why does it have such poor debug output?

sshfs XX@XX.dyndns.org:/home/XX ~/sshfs
read: Connection reset by peer

Last edited by archer42 (2011-07-18 17:49:25)

Offline

#2 2011-07-18 14:46:23

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: sshfs - read: Connection reset by peer

You have to ask for debug output:

man sshfs wrote:

       -o sshfs_debug
              print some debugging information

Offline

#3 2011-07-18 17:49:09

archer42
Member
Registered: 2011-06-10
Posts: 92

Re: sshfs - read: Connection reset by peer

I did this too. But I just got the version number

sshfs XX.dyndns.org:/home/XX ~/sshfs -o sshfs_debug
SSHFS version 2.3
read: Connection reset by peer

Offline

Board footer

Powered by FluxBB