-
Notifications
You must be signed in to change notification settings - Fork 164
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
bosh ssh fails while using a SOCKS5 proxy with GNU nc #328
Comments
+1; just got hit with this as well. Switching over to BSD netcat solved the problem. |
- See cloudfoundry/bosh-cli#328 for more information [#155957637] Signed-off-by: Tim Downey <[email protected]>
+1, is this fixed in a later bosh cli version? My version is:
|
Not fixed as of 5.4.0. I fixed this by uninstalling netcat and installing netcat-openbsd on Debian. |
... so that concourse jobs can perform boshy things such as `bosh ssh -c very-cool-command` see cloudfoundry/bosh-cli#328 (comment) for details Dockerhub tag: cfgarden/garden-ci:2.0.9 [#163303619]
For anyone coming across this issue, I was able to fix it on my Debian system with the following command: |
Where's EL version? |
This issue was marked as |
This issue was closed because it has been labeled |
I tried to ssh into an instance, but I got an
nc
error...super lameLooks like
nc -X
is a BSDnc
flag, but doesn't work with GNUnc
.My SOCKS5 proxy connection was created with
bbl
5.1.2.Here's the output of the failed command:
Available flags for GNU
nc
:My version of the bosh cli is:
Here's the offending line in the cli:
bosh-cli/ssh/session.go
Line 72 in 3b55fdd
The text was updated successfully, but these errors were encountered: