|
|
|
|
|
by CraigJPerry
1504 days ago
|
|
Modern ssh supports forwarding of Unix domain sockets On remote host: $ tmux -S /tmp/remote.sock
<now detach from session: prefix d>
On local host: $ ssh -L /tmp/local.sock:/tmp/remote.sock user@remote
$ tmux -S /tmp/local.sock attach
I Typed this on a phone and not validated but it looks good to me right now |
|