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?
In my local
~/.ssh/config:I enabled ssh multiplexing for any connection, but
rtopseems not to be using theControlPath.Is it possible for
rtopto use theControlPathopened byssh?