Closed
Description
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.22.0
Server OperatingSystem
Scientific Linux 6.9
Client OperatingSystem
Windows 10 Enterprise
What is failing
When forwarding text to stdin to Linux server running ssh-daemon, the ssh client on windows freezes. I've both tried following command both in the powershell and the Windows command line, but the results are the same:
Powershell:
echo "Hello World"|./ssh user@server "cat -"
Expected output
Hello World
Return to command line.
Actual output
Hello World
Client freezes.