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

            Bug ID: 3589
           Summary: ControlMaster auto, persist and -f fail.
           Product: Portable OpenSSH
           Version: 9.3p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: ssh
          Assignee: unassigned-b...@mindrot.org
          Reporter: peter.ch...@unsw.edu.au

Created attachment 3706
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3706&action=edit
ssh -v -f -X somehost xterm

In my ~/.ssh/config I have:

Host *
     ControlMaster auto
     ControlPersist 300
     ControlPath /home/%u/.ssh/controlmaster/%h-%p-%r.sock
     ServerAliveInterval 60
     TCPKeepAlive yes

Doing:
  ssh -X -f somehost xterm

does not start an xterm the first time it is run.
Repeating the command does start an xterm.

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

Reply via email to