PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.2k stars 739 forks source link

BSOD on 'scp' #2222

Closed lokgar closed 3 months ago

lokgar commented 3 months ago

Prerequisites

Steps to reproduce

I am encountering Blue Screens of Death (BSODs) whenever I attempt to transfer files using scp. I've tested this with OpenSSH versions 8.6 and 9.5. Interestingly, basic SSH connections work without causing any issues. It is looks a bit similar to issue https://github.com/microsoft/WSL/issues/3916.

NOTE: This also occurs when I try to scp file from WSL session.

Expected behavior

The file should transfer successfully without triggering system crashes.

Actual behavior

BSOD.

Error details

No response

Environment data

OS: Windows 11 Pro 23H2 22631.3296
Motherboard: X670 AORUS Elite AX Rev. 1.0.

Version

8.6 and 9.5

Visuals

No response

lokgar commented 3 months ago

Problem solved. Background: I used USB2.0-Ethernet converter during my connection. After updating Realtek drivers manually [https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-usb-2-0-software] my problem has gone.

Probably it was specific driver incompatibility, but might be helpful for someone.