From f4042be48e14efaefaa9c53d87598631bcf4016e Mon Sep 17 00:00:00 2001 From: bagajjal Date: Tue, 1 Aug 2017 14:41:12 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 6bc7cde..188101f 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -31,6 +31,8 @@ Unfortunately, this rendering mode is only included with Windows 10. If you're n Both of these methods will only persist for the current session. If you want this to happen every time you start PowerShell, you can leverage [PowerShell profiles](https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.core/about/about_profiles). + If the TERM environment variable is not found then the SSH client code sets the TERM as 'xterm-256color' for the duration of SSH session. + ## Linux/Unix/macOS SSH client to Windows SSH server 1. Set the `TERM` environment variable to `xterm`: