I'm trying to mount my /tmp
directory on my router running OpenWrt "Chaos Calmer" in my local Ubuntu machine using sshfs
.
I followed https://wiki.openwrt.org/doc/howto/sshfs.server and http://bredsaal.dk/openwrt-and-sshfs
But I kep getting the following error:
sudo sshfs root@192.168.252.93:/mnt/ /home/hscuser/mount/ -o sshfs_debug,ssh_command="ssh -p 222"
SSHFS version 2.5
read: Connection reset by peer
I do not see any error messages in dmesg
or logread
.
Also, I can ssh
& scp
to my router without any issues.
I'm able to mount directories from another Ubuntu system.
Any ideas on how to debug this?