diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index cbe9844..be9dff5 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -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, - 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 (This should show "0") - b) exit the current ssh session (if any) - 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.