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

[dns] retry connection on 'unexpected packet in response to channel open' error #3

Open
cppforlife opened this issue Oct 4, 2018 · 1 comment

Comments

@cppforlife
Copy link
Contributor

cppforlife commented Oct 4, 2018

after computer came back from sleep

07:24:43PM: debug: mdns.LocalIfaceMsgFilter: Checking on: 10.81.130.170:5353
ERROR: logging before flag.Parse: E1003 19:24:43.951572   39341 portforward.go:178] lost connection to pod
07:24:43PM: debug: KubePortForward: Finished port forwarding (err: %!s(<nil>))
07:24:43PM: debug: ReconnSSHClient: Received err: ssh: unexpected packet in response to channel open: <nil> (isEOF: false)
07:24:43PM: error: TCPProxy: Could not establish remote connection to '10.19.244.221:80': ssh: unexpected packet in response to channel open: <nil>
07:24:43PM: debug: mdns.LocalIfaceMsgFilter: Checking on: 10.81.130.170:5353
@cppforlife
Copy link
Contributor Author

btw, pointing to ip that does not exist results in the following error

07:29:09PM: debug: ReconnSSHClient: Received err: ssh: rejected: connect failed (Connection timed out) (isEOF: false)
07:29:09PM: error: TCPProxy: Could not establish remote connection to '10.19.244.254:80': ssh: rejected: connect failed (Connection timed out)

@cppforlife cppforlife changed the title retry connection on 'unexpected packet in response to channel open' error [dns] retry connection on 'unexpected packet in response to channel open' error May 6, 2019
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