paramiko

paramiko is a Python implementation of the SSHv2 protocol that allows remote server connections, command execution, and file transfers. It is suitable for writing cross-server deployment and configuration synchronization automation tools.

Resource Introduction