From 7cb31b989a3be0d40ab650cdc96bb8f61f2921f7 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 16 Mar 2017 12:07:19 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 53e47b8..e314111 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -56,3 +56,6 @@ While making any terminal code changes, please make sure below manual test cases a) vi command, the up/down/left/right arrow keys are not working. Please use h,j,k,l as an alternative. b) vim command, intermittently the file is opened in the Replace mode. c) top command, clears the previous screen contents. + +### When connected to windows ssh server and using powershell +a) while executing an unknown command (abcdef) in the powershell, the last line ( + FullyQualifiedErrorId : CommandNotFoundException) is not displayed on the console \ No newline at end of file