From e24f71753c7f7a76501608d9b3b0f78d855bfb05 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 13 Mar 2017 19:02:45 -0700 Subject: [PATCH] Updated Terminal Info (markdown) --- Terminal-Info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal-Info.md b/Terminal-Info.md index 731d743..b979e12 100644 --- a/Terminal-Info.md +++ b/Terminal-Info.md @@ -1,6 +1,6 @@ **Overview** -Windows OS doesn't provide the support for virtual terminal (or) interpreting the VT sequences. +Windows OS doesn't provide the support for virtual terminal (or) interpret the VT sequences. During the SSH connection establishment, SSH server will create a virtual terminal. SSH Client will transmit each and every keystroke to the virtual terminal at SSH Server. SSH Server virtual terminal will in return sends back the VT sequences to SSH client. Windows SSH client will receive, interpret the VT sequences and renders the data sent by the SSH server.