2,
Test animation, select any area, press enter, crash
GIF:
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
4,
Execute chcp 437 first, and then follow step 2 to test without crash
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
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:
2, Test animation, select any area, press enter, crash GIF:
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
4, Execute chcp 437 first, and then follow step 2 to test without crash
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