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

HostNotFound is raised when SSH reports a different problem #48

Open
pytestbot opened this issue Jul 21, 2017 · 1 comment
Open

HostNotFound is raised when SSH reports a different problem #48

pytestbot opened this issue Jul 21, 2017 · 1 comment

Comments

@pytestbot
Copy link

This is due to this line (gateway_bootstrap.py line 46) https://bitbucket.org/hpk42/execnet/src/9c14d7158790c3156c36ab720caa20273647967f/execnet/gateway_bootstrap.py?at=default#gateway_bootstrap.py-46

It tries to write and read back and catches the EOFError.

But trying to connect to SSH directly reports in:

#!

Permission denied (publickey).
@pytestbot
Copy link
Author

Original comment by @RonnyPfannschmidt

this one needs a reconsideration on bootstrapping, might take a while due to our own time cosntraints

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