Commit e8de79b
committed
ssh: Fix connection timeout handling
Pass the timeout also as paramiko.SshClient(banner_timeout=...)
parameter so that we don't get the following exception too early:
SSH logic error: Error reading SSH protocol banner1 parent 9c4f09b commit e8de79b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| 435 | + | |
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
| |||
0 commit comments