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 Win10
Client OperatingSystem Win10
What is failing ssh.exe hangs when -v option is supplied.
Expected output ssh.exe returns when -v is not supplied; it hangs when -v is supplied.
Actual output
.\ssh.exe -v -p 47002 sshtest_ssouser@yawangdev1 echo 1234 ... debug1: Sending command: echo 1234 1234 debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0 debug1: ReadThread - ReadFile failed 995, io:000001C9C74D20E0 ...
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
Win10
Client OperatingSystem
Win10
What is failing
ssh.exe hangs when -v option is supplied.
Expected output
ssh.exe returns when -v is not supplied; it hangs when -v is supplied.
Actual output
The text was updated successfully, but these errors were encountered: