Anyone used sshfs client to OpenWrt?

Hi all,
I am unable to connect with windows based sshfs client to openwrt.
I'm getting "System Error 5 has occurred - Access Denied"
when trying to map a drive on windows 10 machine with the following code

net use Z : \sshfs.r\root@192.168.1.1
Tried also
net use Z : \sshfs\root@192.168.1.1/../
net use Z : \sshfs\root@192.168.1.1/.

None of them work.
Can it be dropbear the issue ?

Thanks

1 Like
1 Like

Seems that dropbear itself isn't sufficient, yes. Thanks !
It worked out perfectly w/ openssh-sftp-server

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.