Updated TTY PTY support in Windows OpenSSH (markdown)

bagajjal 2018-01-29 13:48:47 -08:00
parent 0fcc8036e4
commit ed6ecfec9d

@ -68,6 +68,7 @@ Unfortunately, this rendering mode is only included with Windows 10. If you're n
### When connected to unix ssh server ### When connected to unix ssh server
a) vim command, intermittently the file is opened in the Replace mode. a) vim command, intermittently the file is opened in the Replace mode.
b) top command, clears the previous screen contents. b) top command, clears the previous screen contents.
c) window resize is not supported because of a bug in conhost.exe (conhost.exe is a windows 10 module to parse ANSI sequences).
### When connected to windows ssh server and using powershell ### 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 a) while executing an unknown command (abcdef) in the powershell, the last line ( + FullyQualifiedErrorId : CommandNotFoundException) is not displayed on the console