-
Notifications
You must be signed in to change notification settings - Fork 28
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
Getting command exit status #92
Comments
Let me do some research to find out if we can do this. BRs. |
Merged
Hi there, ssh-rs/examples/exec/src/main.rs Lines 27 to 33 in 2699b3d
|
Thank you very much! This works beautifully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to retrieve the command exit status and signal status after running a command with ChannelExec<S>::send_command?
exit_status channel request: https://datatracker.ietf.org/doc/html/rfc4254#section-6.10
The text was updated successfully, but these errors were encountered: