Hi,
I had a working sshfs system, but after an update (maybe before, because some things were not working like X11) I can’t mount over sshfs for my user. However, if I use another user, it is perfectly happy to mount it.
sshfs -o sshfs_debug user1@server:/path /path
It just hangs. I can connect to the ssh server using ssh command, though.
sshfs -o sshfs_debug user2@server:/path /path
Connects and mounts fine. neither user1 nor user2 are users on the client system.
Feels like a setup issue?