mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated TTY PTY support in Windows OpenSSH (markdown)
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`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user