Commit 42f33b0
committed
ssh: set pylibssh open_session_retries value
ansible-pylibssh 1.3.0 adds support for 'open_session_retries',
parameter. Set 3 retry attempts to ensure ssh_channel_open_session()
succeeds if libssh returns SSH_AGAIN due to low
timeout(ansible/pylibssh#756).1 parent 0f20eff commit 42f33b0
3 files changed
+2
-1
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
520 | 521 | | |
521 | 522 | | |
522 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments