Comment 2 for bug 1673662

Revision history for this message
Shunei Shiono (s-shiono) wrote :

This is a bug, I think.
According to the comment in ssh_utils.py, this utility supports to send keepalive packets.
However, in fact, it never sends keepalive packets because of the current implementation.

comment in ssh_utils.py:
`We are setting the sockettimeout to None and setting a keepalive packet
 so that, the server will keep the connection open.`