Closed
Description
"OpenSSH for Windows" version
0.0.12.0
OS details
Windows 10 Pro
What is failing
When connecting to new host with ssh.exe
, I get a usual prompt:
The authenticity of host '...' can't be established. ...
Are you sure you want to continue connecting (yes/no)?
When typing a response, contrary to a common *nix build of ssh
, the response cannot be seen (like if I were typing a password). If I blindly type yes
and press Enter, the connection proceeds. So the prompt is working, it just does not echo the response.
I have actually tested this based on this post on Super User:
https://superuser.com/q/1203841/213663#comment1753177_1203856
So it's not only me, who has the problem.