https://bugzilla.mindrot.org/show_bug.cgi?id=3243

            Bug ID: 3243
           Summary: Introduce multiplex timeout configuration
           Product: Portable OpenSSH
           Version: 8.2p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

I use ssh multiplexing, from time to time my IP changes or the internet
connection is reset but the ControlMaster files are still present. When
I try to connect in such a case there is a large timeout until ssh
detects the connection is not valid any more and establishes a new
master connection. I have not found a settings which is shorten this
timeout.

Currently I use a config like this:

ControlPath /tmp/ssh-%r@%h:%p
ControlMaster=auto
ControlPersist=600

As a workaround in such a case I remove the ssh files manually before
new connect.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to