View Single Post
Posts: 8 | Thanked: 1 time | Joined on May 2010
#1
Hi everybody,

I just installed a Debian developer system manually (including SSH and SSHFS), then I logged onto an N900 via SSH (ssh root@192.168.2.15), changed fuse permissions (chmod 666 /dev/fuse) and wanted to mount my Debian project folder to a folder on the N900 (su - user; sshfs maemo@192.168.2.14:/scratchbox/users/maemo/home/maemo dev). This lead to an error:
Code:
sshfs read: Connection reset by peer
Since most other threads seem to discuss the case of mounting it the other way around (and don't mention the error) I'm unsure how to solve this issue. Any suggestions are highly appreciated.


Best regards,
Dorfmeister