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

Add open_timeout kwarg to exec_command() #147

Merged
merged 1 commit into from
Jan 1, 2023

Conversation

harixxxx
Copy link

If non-None value is passed in, it's used when opening a new ssh channel. If value is None, value of 'timeout' kwarg is used.

paramiko/client.py Outdated Show resolved Hide resolved
@ploxiln
Copy link
Owner

ploxiln commented Dec 30, 2022

fixes #146

Minor note for the future: I know lots of projects tell you to open an issue then open a PR, but I prefer to keep things tidier by just opening the PR and putting the context and details in the PR. If the PR ends up being replaced by another PR that refers to it, that's fine.

If non-None value is passed in, it's used when opening a new ssh
channel. If value is None, value of 'timeout' kwarg is used.
@ploxiln ploxiln changed the title Add open_channel_timeout kwarg to exec_command() Add open_timeout kwarg to exec_command() Jan 1, 2023
@ploxiln ploxiln merged commit b2322db into ploxiln:master Jan 1, 2023
@harixxxx harixxxx deleted the open_channel_timeout branch January 1, 2023 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants