PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.25k stars 745 forks source link

SSH client crash problem #1660

Open yjd opened 3 years ago

yjd commented 3 years ago

Client Test OS:Win8.1,Win2k8R2 ssh version:v8.1.0.0p1-Beta Problem: crash Steps:

1, reference:https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH The following items have been set: 20200908091054 20200908091410 20200908091231

2, Test animation, select any area, press enter, crash GIF: 333

3, Environment variable PATH append path C:\Program Files\OpenSSH Execute ssh in other path, error message: The system cannot write to th specified device 20200908092756

4, Execute chcp 437 first, and then follow step 2 to test without crash 22

5, I compiled the latest source code (https://github.com/PowerShell/openssh-portable) to test the same problem as above


1,The system defaults to 936. Is there any solution if it is not changed to 437? 2,How to solve the fourth problem? 3,After testing, the third problem is also related to the code page

thanks

kazkun commented 3 years ago

I have same trouble on Windows7/Japanese.