Updated TTY PTY support in Windows OpenSSH (markdown)

bagajjal 2017-05-10 12:21:40 -07:00
parent 57bcf9a1cf
commit 5277cc3bdc

@ -54,12 +54,12 @@ If you want to use vi / top / man, etc commands while connecting from windows cl
3) If your windows client machine is **windows 10 or above ** and if you have any issues, 3) If your windows client machine is **windows 10 or above ** and if you have any issues,
a) set the environment variable SSH_TERM_CONHOST_PARSER to 0 a) exit the current ssh session (if any)
b) set the environment variable SSH_TERM_CONHOST_PARSER to 0
c:\test\> set SSH_TERM_CONHOST_PARSER=0 c:\test\> set SSH_TERM_CONHOST_PARSER=0
c:\test\> set SSH_TERM_CONHOST_PARSER (This should show "0") c:\test\> set SSH_TERM_CONHOST_PARSER (This should show "0")
b) exit the current ssh session (if any)
c) start a new ssh session. c) start a new ssh session.
d) if you are NOT able to reproduce then it is the windows 10 console issue. Please let us know by filing an issue, so that we will update the known issues. FYI, the fix should come from the windows 10 console team but not from the SSH team. d) if you are NOT able to reproduce then it is the windows 10 console issue. Please let us know by filing an issue, so that we will update the known issues. FYI, the fix should come from the windows 10 console team but not from the SSH team.