Hello
Just reporting, sftp not working.
When I tried to mount TC/MC 12 x86 server with ssfs either from another TC machine or from a different distro, the connection simply gets dropped.
sftp perse works:
sftp HOST PORT
But sshfs doesn't works ("normal way" or reverse tunneling)
sshfs user@host:/path /client/path -p PORT
OR
ssh -R 8888:localhost:22 remoteuser@remotehost -p PORT
sshfs user@127.0.0.1:/path /client/path -p 8888
Issue is not present in TC/MC x86 11.1 or lower.
There is no specific error, just says connection closed by remote server (something like it), as if the server was not active/running/set up (even though it is).