Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control sockets do not connect anymore (after updating OpenSSH) #23215

Closed
wq9578 opened this issue Jan 5, 2024 · 2 comments
Closed

Control sockets do not connect anymore (after updating OpenSSH) #23215

wq9578 opened this issue Jan 5, 2024 · 2 comments
Labels
resolved: not a bug The issue is not considered a bug triaged: bug The issue/pr is/fixes a bug

Comments

@wq9578
Copy link

wq9578 commented Jan 5, 2024

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"
@wq9578 wq9578 added the issue: bug report The issue was opened to report a bug label Jan 5, 2024
@t8m t8m added resolved: not a bug The issue is not considered a bug triaged: bug The issue/pr is/fixes a bug and removed issue: bug report The issue was opened to report a bug labels Jan 5, 2024
@t8m
Copy link
Member

t8m commented Jan 5, 2024

OpenSSH is a different project. Their bug tracking system is at https://bugzilla.mindrot.org/

@t8m t8m closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2024
@wq9578
Copy link
Author

wq9578 commented Jan 6, 2024

OpenSSH is a different project. Their bug tracking system is at https://bugzilla.mindrot.org/

Thanks.

Follow up is here: https://bugzilla.mindrot.org/show_bug.cgi?id=3649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved: not a bug The issue is not considered a bug triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants