pylibssh2
pylibssh2 copied to clipboard
Add keepalive support
Adds support to session for keepalive_config and keepalive_send.
- keepalive_config tells libssh2 how often to send keepalives.
- keepalive_send sends a keepalive if due, for use with non-blocking I/O (blocking calls send keepalives themselves).