-
Hi everyone, need some help with an issue I'm seeing with a particular host. This host is remotely power cycled and I am using ParallelSSH to probe its status and execute commands on it. This host is running Note: the reason I'm using the In the current implementation, a host is power cycled and it is polled to determine if it's ready to accept SSH commands. Here is that code:
This is looped until we receive a response and works as intended:
However, subsequent commands are failing. And logs are revealing that no password has been provided. Here's the next chunk of code dispatching commands after the server poll:
Here's the resulting log:
I have confirmed that I am passing it the same credentials. Is there something I'm doing that is preventing the password from being provided? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Adding It would be nice to have this documented somewhere (setup and teardown of the single native client). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the interest. Client cleanup is now automated, calls to disconnect not needed. |
Beta Was this translation helpful? Give feedback.
Thanks for the interest.
Client cleanup is now automated, calls to disconnect not needed.