Description
Build asynchronous SSH clients and servers in Python, including remote command execution, tunneling, file transfer, and authentication workflows. It helps applications integrate SSH behavior without shelling out to external clients.
SSH code handles credentials, host keys, and remote access. Verify host identity, protect keys, and restrict server-side permissions before using it across trust boundaries.