Skip to content
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

[BUG] - <title> #2380

Open
duaneellissd opened this issue Apr 9, 2024 · 0 comments
Open

[BUG] - <title> #2380

duaneellissd opened this issue Apr 9, 2024 · 0 comments
Labels

Comments

@duaneellissd
Copy link

Are you using paramiko as a client or server?

Client

What feature(s) aren't working right?

SSH

What version(s) of paramiko are you using?

3.4.0

What version(s) of Python are you using?

3.6

What operating system and version are you using?

rh el 8.8

If you're connecting as a client, which SSH server are you connecting to?

openssh

If you're using paramiko as part of another tool, which tool/version?

no

Expected/desired behavior

I would call this a bug - because it is a missing feature and the API is not the same as other places this api is present.

The documentation for Client - found here:
https://docs.paramiko.org/en/2.4/api/client.html
Lists the function: "exec_command()"

The issue/problem is this: CLIENT does not provide recv_exit_status() [and related items]

HOWEVER the channel page shows that this exists
https://docs.paramiko.org/en/3.4/api/channel.html

But the CLIENT page does not show how to get the corresponding channel so that I can get the exit status.

Actual behavior

missing api

How to reproduce

missing api

Anything else?

missing api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant