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