-
Notifications
You must be signed in to change notification settings - Fork 88
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
Excessive WARN messages #60
Comments
@yegor256 please, pay attention to this issue |
Well it seems like the ChannelExec is re-established for each exec() we invoke. Is there any way you could provide a way to keep the channel open? Once we are done sending our exec()s we could close the channel ourselves. |
@mherb63 also, you can get rid of that warning through ssh configuration file: https://stackoverflow.com/a/19733924/187141 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using this to send a bunch of commands to a Network Interface device. For every
exec()
command we get one of these WARNhere's how we're using the tool:
Is there something wrong with the way we are using this tool? Why are you trying to permanently add the IP address on each
exec()
I would assume that is done once when wenew SSHByPassword
The text was updated successfully, but these errors were encountered: