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
Here's my output host=None exit_code=None channel=None exception=('Authentication error while connecting to %s:%s - %s', '10.201.64.106', 22, AuthenticationError('No authentication methods succeeded')) encoding=utf-8 read_timeout=None
When the authentication fails, the host is empty, this time do not know is that ip failure
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for the interest. Host is available on the exception as the first argument, host_out.exception.args[0] as can be seen above.
host_out.exception.args[0]
Should have it as host_out.host as well, yes.
host_out.host
Sorry, something went wrong.
using jumphost / proxy to unreachable target host (host_out.exception): ('Proxy authentication failed. Exception from tunnel client: %s', SocketDisconnectError())
('Proxy authentication failed. Exception from tunnel client: %s', SocketDisconnectError())
Resolved by #323
No branches or pull requests
Here's my output
host=None
exit_code=None
channel=None
exception=('Authentication error while connecting to %s:%s - %s', '10.201.64.106', 22, AuthenticationError('No authentication methods succeeded'))
encoding=utf-8
read_timeout=None
When the authentication fails, the host is empty, this time do not know is that ip failure
The text was updated successfully, but these errors were encountered: