execnet
execnet copied to clipboard
`HostNotFound` is raised when SSH reports a different problem
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/48
- Originally reported by: @alfredodeza
- Originally created at: 2015-09-03T13:39:18.093
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).
Original comment by @RonnyPfannschmidt
this one needs a reconsideration on bootstrapping, might take a while due to our own time cosntraints