Pure Ruby implementation of an SSH (protocol 2) client
Les fonctionnalités principales de net-ssh/net-ssh sont : SSH Libraries.
Les alternatives open-source à net-ssh/net-ssh incluent : ktbyers/netmiko — Netmiko is a Python library and multi-vendor network automation toolkit that provides a unified interface for managing… moul/go-sshkeys — :wrench: Golang SSH Keys manipulation library. cosiner/socker — A Go library to simplify the use of SSH for devops. paramiko/paramiko — Paramiko is a pure-Python implementation of the SSH2 protocol, providing a library for making secure network… pkg/sftp — SFTP support for the go.crypto/ssh package. shazow/go-sshkit — Toolkit for building SSH servers and clients in Go.
Netmiko is a Python library and multi-vendor network automation toolkit that provides a unified interface for managing diverse network hardware. It functions as an SSH CLI connection wrapper, simplifying the process of establishing secure sessions and automating interactions with network devices. The project abstracts vendor-specific connection logic and command syntax through a driver-based system, allowing for consistent automation across different hardware brands. It includes capabilities for device type auto-detection and supports custom vendor extensions to ensure compatibility with unsu
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