-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Netcat is missing #810
Comments
Are you using cygwin or bash included with cmder? |
That's a good question. I didn't change it, how can I see what I'm using? |
I think the problem is that nc isn't available in git for windows (at least on my system, there is no nc.exe) |
Ah okay, you're probably using the default cmd task. I'd look at integrating cygwin https://github.com/cmderdev/cmder/wiki/%5BWindows%5D-Integrating-Cygwin and installing/using netcat. Plus it's closer to a posix environment. |
I'm trying to tunnel SSH over Tor with Netcat, like explained here: https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Proxies_and_Jump_Hosts#Tunneling_SSH_Over_Tor_with_Netcat
but I'm getting this exception message:
How can I fix this?
PS: Using Putty, it works so far.
The text was updated successfully, but these errors were encountered: