devlib
devlib copied to clipboard
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 banner
Fixes https://github.com/ARM-software/devlib/issues/725