Skip to content
New issue

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

win10: ssh.exe hangs when -v option is supplied. #879

Closed
bingbing8 opened this issue Sep 11, 2017 · 0 comments
Closed

win10: ssh.exe hangs when -v option is supplied. #879

bingbing8 opened this issue Sep 11, 2017 · 0 comments

Comments

@bingbing8
Copy link
Contributor

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
...
@bingbing8 bingbing8 self-assigned this Sep 13, 2017
bingbing8 added a commit to PowerShell/openssh-portable that referenced this issue Sep 13, 2017
…/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
manojampalam pushed a commit to PowerShell/openssh-portable that referenced this issue Sep 16, 2017
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 bingbing8 added this to the Sep-2017-End milestone Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant