Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
After we updated to version 9.8p1 we started to have aborted connections in a intermittent fashion.
We found out so far that the issue occurs when we hace a couple of competing connections from the same client doing for example some list and gets files from our Server.
Expected behavior
We espect to not have this issue since we are using Openssh for Windows since version 8.1p1 and never had issues with competing connections.
Actual behavior
When we have competing connections the server starts to abort connections for no apparent reason.
Error details
sshd-session.log
6656 2024-11-05 08:22:12.523 debug1: SSH2_MSG_KEXINIT sent [preauth]
6656 2024-11-05 08:22:12.523 debug3: send - WSASend() ERROR:10053, io:0000024654A58EB0 [preauth]
6656 2024-11-05 08:22:12.523 ssh_dispatch_run_fatal: Connection from 10.1.1.94 port 44654: Connection aborted [preauth]
6656 2024-11-05 08:22:12.523 debug1: do_cleanup [preauth]
----------------------------------------//////////------------------------------------------------------
sshd.log
3876 2024-11-05 08:22:12.523 debug3: write - ERROR:109 on prior unblocking write, io:000002BD25407AD0
3876 2024-11-05 08:22:12.523 error: ssh_msg_send: write: Broken pipe
3876 2024-11-05 08:22:12.523 error: send_rexec_state: ssh_msg_send failed
3876 2024-11-05 08:22:12.523 debug3: send_rexec_state: done
3876 2024-11-05 08:22:12.523 debug1: child_reap: preauth child 1524 for connection from 10.11.7.68 to 10.1.1.94 exited with status 255
3876 2024-11-05 08:22:12.539 debug1: child_reap: preauth child 11676 for connection from 10.11.7.68 to 10.1.1.94 exited with status 255 (early)
3876 2024-11-05 08:22:12.539 debug1: child_reap: preauth child 6656 for connection from 10.11.7.68 to 10.1.1.94 exited with status 255 (early)
--------------------------------------/////////---------------------------------------------------------
sshd-session.log
8372 2024-11-05 08:52:23.252 debug3: send packet: type 20 [preauth]
8372 2024-11-05 08:52:23.252 debug1: SSH2_MSG_KEXINIT sent [preauth]
8372 2024-11-05 08:52:23.252 debug3: send - WSASend() ERROR:10053, io:00000203D2326E30 [preauth]
8372 2024-11-05 08:52:23.252 ssh_dispatch_run_fatal: Connection from 10.1.1.94 port 50447: Connection aborted [preauth]
8372 2024-11-05 08:52:23.252 debug1: do_cleanup [preauth]
--------------------------------------/////////---------------------------------------------------------
sshd.log
3876 2024-11-05 08:52:23.267 debug3: write - ERROR from cb:109, io:000002BD25408220
3876 2024-11-05 08:52:23.267 error: ssh_msg_send: write: Destination address required
3876 2024-11-05 08:52:23.267 error: send_rexec_state: ssh_msg_send failed
3876 2024-11-05 08:52:23.267 debug3: send_rexec_state: done
3876 2024-11-05 08:52:23.267 debug1: child_reap: preauth child 8372 for connection from 10.11.7.68 to 10.1.1.94 exited with status 255 (early)
3876 2024-11-05 08:52:23.267 debug1: child_reap: preauth child 3984 for connection from 10.11.7.68 to 10.1.1.94 exited with status 255
Environment data
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.7254
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.7254
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Version
OpenSSH_for_Windows_9.8p1 Win32-OpenSSH-GitHub, LibreSSL 3.9.2
Visuals
No response