Ben Gao
Results
1
comments of
Ben Gao
Hi @ssnmworld I met the same situation, and my solution is to add the below codes in the "handler.py" file: ``` ssh.connect(*args, timeout=options.timeout) transport = ssh.get_transport() transport.set_keepalive(60) ``` I hope...