Displaying 1 result from an estimated 1 matches for "ssh_access_second".
Did you mean:
ssh_access_seconds
2024 Jan 06
14
[Bug 3649] New: Control sockets do not connect anymore (after updating OpenSSH)
...ng/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 beca...