[Bug 3589] New: ControlMaster auto, persist and -f fail.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 19 11:57:33 AEST 2023
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-bugs at mindrot.org
Reporter: peter.chubb at 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.
More information about the openssh-bugs
mailing list