Open
Description
Handling of SSH Protocol Banner timeout in PyEZ
banner_timeout value has fixed value of 15 seconds as per paramiko, we will check if there is any option from paramik to change the default values .
[paramiko/paramiko/transport.py at main · paramiko/paramiko (github.com)](https://github.com/paramiko/paramiko/blob/main/paramiko/transport.py#L517)
# how long (seconds) to wait for the SSH banner
self.banner_timeout = 15