1 repositorio
Libraries implementing the SSH2 protocol for secure network communication and server management.
Distinguishing note: None of the candidates cover a general SSH2 protocol implementation for Node.js.
Explore 1 awesome GitHub repository matching networking & communication · SSH2 Protocol Libraries. Refine with filters or upvote what's useful.
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 comprehensive JavaScript implementation of the SSH2 protocol for both clients and servers.