From 5c75579d61bd5bf8a048ce1e4ed4ae670ba35cb2 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 13 Mar 2017 19:02:28 -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 2c9c99f..731d743 100644 --- a/Terminal-Info.md +++ b/Terminal-Info.md @@ -1,6 +1,6 @@ **Overview** -Windows OS doesn't provide the support for the virtual terminal (or) interpreting the VT sequences. +Windows OS doesn't provide the support for virtual terminal (or) interpreting 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.