From 1eb7d122fea5a763143c7444af3267c3a1670790 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 12 Apr 2021 12:37:13 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 8887195..c7eb2cd 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -1,4 +1,8 @@ +On Windows 10+ and Windows server 2019+, OpenSSH uses the features provided by console. OpenSSH ssh client uses console ability to parse the incoming VTSequence from ssh server. On the server side, OpenSSH sshd server component uses [conpty support](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/) provided by the Microsoft console team. If you are using downlevel OS then please be aware of some restrictions listed below. + + # SETUP + ## Windows SSH client to Linux/Unix/macOS (*nix) SSH server If you want to have the best experience while using utilities like vi, top, man, etc. while connected from a Windows SSH client to a *nix server, you should configure your terminal to use an xterm-like rendering mode.