I’m unable to mount Omnia’s directory over SSHFS. I have openssh-sftp-server installed on the router but trying to use SSHFS from my computer results in ‘Connection reset by peer’ error as seen below. Using sftp directly doesn’t work either.
I see you’re running sshfs under regular user. Is the local user also present at the turris? If not, maybe you want to create it, or, mount it with root permissions.
good. Then, running sshfs with debug options, sshfs -odebug,sshfs_debug,loglevel=debug turris:/ ./mp and checking logread at Turris could give us more info.
( for me the sshfs (root->root) is working out of the box so no clear idea, what’s wrong)