[Bug 3649] Control sockets do not connect anymore (after updating OpenSSH)

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Jan 18 11:59:21 AEDT 2024


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

--- Comment #7 from wolfgang.liessmann at web.de ---
Even if I leave away '-f' the master process forks into background.
A file 'socket.tmp' is created (see below), with both processes running
in the same directory.


Master process:

> $ ssh -vvv -MN -o ControlPersist=20 -S socket.tmp host1
> [...]
> debug1: forking to background
> $


Client process:

> $ ls -l socket.tmp
> srw-------  1 wolf  staff  0 18 Jan 01:43 socket.tmp
> $ ssh -vvv -S socket.tmp host1 /some_path/some_script.sh
> [...]
> Control socket connect(socket.tmp): Connection refused
> [We then proceed with manual authentication.]
> [...]

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list