Skip to content

Supporting ssh multiplexing #43

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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