From 87a4ba8e5941089ffee49d38f2121cc377b33b4e Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 10 May 2017 13:25:35 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index be9dff5..d422cc9 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -41,8 +41,7 @@ If you want to use vi / top / man, etc commands while connecting from windows cl ## UNIX SSH Client to WINDOWS SSH server 1) Set the environment variable (TERM) to xterm. Before logging into the SSH server. - c:\test\> set TERM=xterm - c:\test\> set TERM (This should show the term set to xterm) +![image](https://cloud.githubusercontent.com/assets/23668037/25919629/1790cfcc-3584-11e7-954c-d3df3c86f8ec.png) ## WINDOWS SSH Client to WINDOWS SSH server 1) Set the non-legacy console mode in the console properties,