You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Describe the bug - What is the current behavior?
The task
SshClientOutput
, thestderr
remain empty with the channelSHELL
Steps to reproduce
When using the
SshClientOutput
with the following snippet:the
results.get(...).stderr
remain emptyWhat is the expected correct behavior?
I'm expecting it to be filled with something like
this_command_doesnt_exists: command not found
Environment (please complete the following information):
Possible fixes
I would invest by looking at how the
IOStream
are used 😉The text was updated successfully, but these errors were encountered: