Mailing List Archive

[Bug 3649] New: Control sockets do not connect anymore (after updating OpenSSH)
https://bugzilla.mindrot.org/show_bug.cgi?id=3649

Bug ID: 3649
Summary: Control sockets do not connect anymore (after updating
OpenSSH)
Product: Portable OpenSSH
Version: 9.6p1
Hardware: ARM
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs@mindrot.org
Reporter: wolfgang.liessmann@web.de

After updating OpenSSH, control sockets do not connect anymore:

```
Control socket
connect(/Users/wolfgang/sockets/2024_01_05_151948-c5fbd266): Connection
refused
```

It worked well previously.

Current version:

```
# ssh -V
OpenSSH_9.6p1, OpenSSL 3.2.0 23 Nov 2023

# openssl version
OpenSSL 1.1.1t 7 Feb 2023
```

Installed with homebrew on a current Mac.


Login:

```
ssh -MNf -o ControlPersist=$(SSH_ACCESS_SECONDS) -S
$(SSH_MASTER_SOCKET) host
```

Access examples:

```
scp -o ControlPath=$(SSH_MASTER_SOCKET) -p file
host:/targetdir/targetfilename
ssh -S $(SSH_MASTER_SOCKET) host "cmd1; cmd2"
```


Original post: https://github.com/openssl/openssl/issues/23215

--
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