1 Repo
Low-level primitives for hosting secure, encrypted shell servers within an application.
Distinct from Local Hosting Security: Candidates are focused on container security or specific API implementations (GraphQL, OAuth), not general SSH server hosting.
Explore 1 awesome GitHub repository matching security & cryptography · Secure Server Frameworks. Refine with filters or upvote what's useful.
Paramiko is a pure-Python implementation of the SSH2 protocol, providing a library for making secure network connections and executing remote commands. It serves as a programmatic interface for establishing encrypted communication tunnels and managing remote sessions. The project includes a full SSH server framework, allowing applications to host a secure shell server and define server-side access configurations directly within Python. It also provides a dedicated SFTP client library for secure file transfers and remote filesystem management. The library covers remote infrastructure automati
Provides a full SSH server framework to host secure shell servers directly within Python applications.