rtop icon indicating copy to clipboard operation
rtop copied to clipboard

Supporting ssh multiplexing

Open NobodyXu opened this issue 5 years ago • 0 comments

In my local ~/.ssh/config:

Host *
    ControlMaster auto
    ControlPath /tmp/ssh-%r@%h:%p.socket
    ControlPersist yes
    ServerAliveCountMax 2
    ServerAliveInterval 120

I enabled ssh multiplexing for any connection, but rtop seems not to be using the ControlPath.

Is it possible for rtop to use the ControlPath opened by ssh?

NobodyXu avatar Oct 19 '20 02:10 NobodyXu