Reverse sshfs over ssh

3

I want to mount dir on remote machine from host machine connected over ssh preferably via ssh tunnel; with method described below.

how to mount local directory to remote like sshfs?

But if get peer connection reset on remote connection. Any comments?

Thx

Jas Codes

Posted 2018-04-02T09:03:17.637

Reputation: 31

The answer you referenced should work. Please provide more details such as your command line invocations and exact error message. – crimson-egret – 2018-04-03T17:37:09.270

My question may provide you your answer, I'm able to do this but alas, it needs a password atm - https://superuser.com/q/1514325/365525

– Ani – 2020-01-03T04:14:08.473

No answers