You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a known issue that ssh connections to some Windows system fail with the generic error client_loop: send disconnect: Connection reset . That is due to a bug in the Windows OpenSSH sshd implementation in older versions.
crschnick
changed the title
Windows OpenSSH: Shell opener command was unsuccessful: client_loop: send disconnect: Connection reset
Shell opener command was unsuccessful: client_loop: send disconnect: Connection reset
Oct 7, 2024
crschnick
changed the title
Shell opener command was unsuccessful: client_loop: send disconnect: Connection reset
client_loop: send disconnect: Connection reset
Oct 7, 2024
It is a known issue that ssh connections to some Windows system fail with the generic error
client_loop: send disconnect: Connection reset
. That is due to a bug in the Windows OpenSSH sshd implementation in older versions.The fix for this is to install a newer version of Windows OpenSSH manually on the server. You can follow these instructions: https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH#install-win32-openssh-test-release
The text was updated successfully, but these errors were encountered: