awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSSH Protocol Implementations

Pure-language implementations of the Secure Shell protocol for network communication.

Distinct from Python Cryptography: Existing candidates focused on general Python tools or C++ implementations, not the SSH protocol itself.

Explore 4 awesome GitHub repositories matching networking & communication · SSH Protocol Implementations. Refine with filters or upvote what's useful.

Awesome SSH Protocol Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • paramiko/paramikoAvatar von paramiko

    paramiko/paramiko

    9,779Auf GitHub ansehen↗

    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 pure-Python implementation of the SSH2 protocol to avoid native C library dependencies.

    Python
    Auf GitHub ansehen↗9,779
  • lollipopkit/flutter_server_boxAvatar von lollipopkit

    lollipopkit/flutter_server_box

    7,539Auf GitHub ansehen↗

    Flutter Server Management App is a mobile application designed for monitoring and controlling remote servers through a graphical interface. It serves as a central hub for remote server administration, providing a visual way to manage Linux, Unix, and Windows systems. The application distinguishes itself by integrating mobile hardware features, such as biometric authentication and native push notifications, to secure and alert users about system contexts. It features a dedicated Docker container manager for controlling the lifecycle and status of containers and a server health monitor for trac

    Provides a native Dart implementation of the SSH protocol for remote server session management.

    Dartandroiddartflutter
    Auf GitHub ansehen↗7,539
  • mscdex/ssh2Avatar von mscdex

    mscdex/ssh2

    5,790Auf GitHub ansehen↗

    ssh2 is a JavaScript implementation of the SSH2 protocol for Node.js, providing the core components necessary to create secure clients and servers. It enables the establishment of authenticated sessions for remote server automation and secure communication. The project distinguishes itself by providing a complete suite of tools for identity management, including utilities for generating and parsing cryptographic key pairs and integrating with external authentication agents. It also functions as a tunneling proxy capable of routing TCP, HTTP, X11, and SOCKSv5 network traffic through encrypted

    Provides a pure-JavaScript implementation of the SSH2 protocol, eliminating dependencies on native C libraries.

    JavaScript
    Auf GitHub ansehen↗5,790
  • gliderlabs/sshAvatar von gliderlabs

    gliderlabs/ssh

    4,145Auf GitHub ansehen↗

    This project is a Go library and framework for implementing the SSH protocol. It provides a toolkit for building custom SSH servers, managing encrypted connections, and handling remote command execution. The implementation focuses on flexible session management through callback-based handling and a pluggable authentication system that supports passwords, public keys, and certificates. It includes mechanisms for secure network tunneling, including local and reverse port forwarding for TCP and Unix domain socket traffic. The library covers a broad range of protocol capabilities, including cryp

    Provides a complete pure-Go implementation of the SSH protocol stack for building custom servers.

    Gogolanggolang-packagessh
    Auf GitHub ansehen↗4,145
  1. Home
  2. Networking & Communication
  3. SSH Protocol Implementations