devlib icon indicating copy to clipboard operation
devlib copied to clipboard

ssh: Fix connection timeout handling

Open douglas-raillard-arm opened this issue 7 months ago • 3 comments

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

douglas-raillard-arm avatar Jun 04 '25 14:06 douglas-raillard-arm