Updated TTY PTY support in Windows OpenSSH (markdown)

bagajjal 2017-08-01 14:41:12 -07:00
parent dd41112916
commit f4042be48e

@ -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. 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 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 ## Linux/Unix/macOS SSH client to Windows SSH server
1. Set the `TERM` environment variable to `xterm`: 1. Set the `TERM` environment variable to `xterm`: