Basic command output are works well, but shell misses the colors. For example, if I run the htop command, it looks like this (left is shell via ssh2-client, right - via system's ssh command:
Is it possible to allow color output in interactive ssh shell via Node.JS?
At now when I launch the interactive shell via code like this:
Basic command output are works well, but shell misses the colors. For example, if I run the
htop
command, it looks like this (left is shell viassh2-client
, right - via system'sssh
command:Is it possible to allow color output in interactive ssh shell via Node.JS?