Updated TTY PTY support in Windows OpenSSH (markdown)

bagajjal 2017-03-14 12:48:36 -07:00
parent 47b201d57f
commit 042756f7ad

@ -35,6 +35,10 @@ If you want to use vi / top / man, etc commands while connecting from windows cl
![image](https://cloud.githubusercontent.com/assets/23668037/23882328/11ed4116-081d-11e7-87e0-757680ea3a74.png) ![image](https://cloud.githubusercontent.com/assets/23668037/23882328/11ed4116-081d-11e7-87e0-757680ea3a74.png)
4) Set the environment variable (TERM) to xterm. Before/After logging into the SSH server. 4) Set the environment variable (TERM) to xterm. Before/After logging into the SSH server.
c:\test\> set TERM=xterm
c:\test\> set TERM (This should show the term set to xterm)
## Testing ## Testing
We have tested different scenarios, We have tested different scenarios,