Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tonykarre opened this issue Nov 14, 2019 · 0 comments

Comments

@tonykarre
Copy link

tonykarre commented Nov 14, 2019

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#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant