Skip to content

Add open_timeout kwarg to exec_command() - #147

Merged
ploxiln merged 1 commit into
ploxiln:masterfrom
harixxxx:open_channel_timeout
Jan 1, 2023
Merged

Add open_timeout kwarg to exec_command()#147
ploxiln merged 1 commit into
ploxiln:masterfrom
harixxxx:open_channel_timeout

Conversation

@harixxxx

Copy link
Copy Markdown

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.

Comment thread paramiko/client.py Outdated
@ploxiln

ploxiln commented Dec 30, 2022

Copy link
Copy Markdown
Owner

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.
@harixxxx
harixxxx force-pushed the open_channel_timeout branch from 5d01b3b to 9bf4414 Compare December 31, 2022 06:07
@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