We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer the following
If it is a terminal issue then please go through wiki https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH
"OpenSSH for Windows" version v0.0.20.0
Server OperatingSystem win7 sp1
Client OperatingSystem win7 sp1
What is failing
Expected output sshd_config tests should run on win7 Actual output sshd_config tests don't run on win7 because method new does not exits
The text was updated successfully, but these errors were encountered:
1. fix some exception when appverifier is enabled on win7 (PowerShell…
a7ea6ec
…/Win32-OpenSSH#872) 2. enable sshdconfig tests on win7(PowerShell/Win32-OpenSSH#873) 3. fix for PowerShell/Win32-OpenSSH#874 does not return on win7 when no content in console ) 4. remove loggin to console in Readthread because write hangs here since write thread already closed (PowerShell/Win32-OpenSSH#879) 5. fix VCTargetsPath
multiple fixes for win7 (#206)
18b1e59
1. fix some exception when appverifier is enabled on win7 (https://gitthub.com/PowerShell/Win32-OpenSSH/issues/872) 2. enable sshdconfig tests on win7(PowerShell/Win32-OpenSSH#873) 3. fix for PowerShell/Win32-OpenSSH#874 ( ReadFile does not return on win7 when no content in console ) 4. Remove logging to console in Readthread because write hangs here since write thread already closed (PowerShell/Win32-OpenSSH#879) 5. fix VCTargetsPath
bingbing8
No branches or pull requests
Please answer the following
If it is a terminal issue then please go through wiki
https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH
"OpenSSH for Windows" version
v0.0.20.0
Server OperatingSystem
win7 sp1
Client OperatingSystem
win7 sp1
What is failing
Expected output
sshd_config tests should run on win7
Actual output
sshd_config tests don't run on win7 because method new does not exits
The text was updated successfully, but these errors were encountered: