Skip to content

Supporting ssh multiplexing #43

@NobodyXu

Description

@NobodyXu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions