We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
EOFError
But trying to connect to SSH directly reports in:
#! Permission denied (publickey).
The text was updated successfully, but these errors were encountered:
Original comment by @RonnyPfannschmidt
this one needs a reconsideration on bootstrapping, might take a while due to our own time cosntraints
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: