From 042756f7ad1abb3265a87a012acdae34e66f4280 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Tue, 14 Mar 2017 12:48:36 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 49eaaf4..aae0a19 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -34,7 +34,11 @@ If you want to use vi / top / man, etc commands while connecting from windows cl 3) Set the Screenbuffer width, window size width to >= 90. ![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 We have tested different scenarios,