Closed yourchanges closed 1 month ago
C:\opensshd\ is already in the %PATH%
solved by "replace my c:\git\usr\bin\scp.exe with the c:\opensshd\scp.exe" , because they are two different version, and my default shell is the bash set by following commands:
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\git\bin\bash.exe" -PropertyType String -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShellCommandOption -Value "" -PropertyType String -Force
Prerequisites
Steps to reproduce
I install the win32-openssh server on windows servers 2019 dc, the ssh ok, but scp got "lost connection" caused by "debug3: ReadFileEx() ERROR:109, io:00000270A87CDA70"
Expected behavior
Actual behavior
Error details
scp client debug logs:
Version
both on v8.1.0.0p1-Beta and v9.5.0.0p1-Beta
Visuals
No response