imcat icon indicating copy to clipboard operation
imcat copied to clipboard

Vagrant SSH to linux guest when using Windows 10 cmd.exe window does not completely work

Open tonykarre opened this issue 5 years ago • 0 comments

Here is the scenario: Assume you have a linux guest that you are managing through Vagrant (Kali in my case). My host platform is Windows 10. Open a Windows console/command-line (cmd.exe) and start up the linux VM using "vagrant up". Then establish an SSH session on the Windows console using "vagrant ssh".

When you use imcat to view an image in the ssh session, the Windows console window does not interpret the data as desired, and the image doesn't work. Here is a screenshot:

image

If you view the same image in the Kali GUI, from a normal terminal window, it works fine as seen here:

image

As seen in the Vagrant ssh session, here is the $TERM:

root@kali:/opt/imcat# echo $TERM cygwin root@kali:/opt/imcat#

tonykarre avatar Nov 14 '19 18:11 tonykarre