awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to gliderlabs/ssh

Open-source alternatives to Gliderlabs Ssh

30 open-source projects similar to gliderlabs/ssh, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gliderlabs Ssh alternative.

  • mscdex/ssh2mscdex avatar

    mscdex/ssh2

    5,790View on GitHub↗

    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

    JavaScript
    View on GitHub↗5,790
  • sshnet/ssh.netsshnet avatar

    sshnet/SSH.NET

    4,310View on GitHub↗

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    C#networkscpsftp
    View on GitHub↗4,310
  • fortio/fortiofortio avatar

    fortio/fortio

    3,703View on GitHub↗

    Fortio is a performance testing tool written in Go that generates constant request rates to measure latency histograms and response percentiles. It functions as a network performance benchmarker for analyzing system performance across HTTP and gRPC endpoints, and includes a specialized HTTP echo server for mirroring requests. The project distinguishes itself through a web-based HTTP load testing API used for triggering asynchronous tests and visualizing result data through graphs. It also provides server behavior simulation, allowing the echo server to inject artificial delays and vary respon

    Gogogolanggolang-application
    View on GitHub↗3,703

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • paramiko/paramikoparamiko avatar

    paramiko/paramiko

    9,779View on GitHub↗

    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

    Python
    View on GitHub↗9,779
  • microsoft/vscode-remote-releasemicrosoft avatar

    microsoft/vscode-remote-release

    4,123View on GitHub↗

    This project provides a remote development extension pack and infrastructure for bootstrapping isolated toolchains and runtimes. It enables a system for opening folders and executing code across SSH hosts, Docker containers, and the Windows Subsystem for Linux. The system utilizes a client-server split architecture to separate the user interface from the extension host and language servers. It features a secure connection layer for SSH remote editing, a bridge for WSL integration, and a remote port forwarding tool to tunnel network traffic from remote environments to a local machine. The pro

    Dockerfilecontainersdev-containersdevcontainers
    View on GitHub↗4,123
  • antoniomika/sishantoniomika avatar

    antoniomika/sish

    4,655View on GitHub↗

    Sish is a reverse SSH proxy and tunneling server designed to expose local services to the internet. It functions as an SSH tunneling proxy that routes HTTP, WebSocket, and TCP traffic from a remote server to a local machine, enabling the creation of public URLs for local applications. The project distinguishes itself through a combination of an SNI proxy for routing encrypted TLS traffic without decryption and a TCP load balancer that distributes incoming requests across multiple backend targets. It also includes a dedicated service console for real-time inspection and debugging of forwarded

    Gohttphttpsngrok
    View on GitHub↗4,655
  • francoismichel/ssh3francoismichel avatar

    francoismichel/ssh3

    4,984View on GitHub↗

    ssh3 is a secure shell implementation that uses HTTP/3 and the QUIC protocol as its transport layer to reduce handshake latency and improve connection stability. It provides a remote terminal environment where server identities are verified using standard HTTPS X.509 certificates instead of traditional host keys. The project integrates modern identity verification through OpenID Connect and OAuth 2.0, allowing user authentication via external identity providers. To prevent discovery by public scanners, it includes a server obfuscation feature that requires a secret URL path for client request

    Go
    View on GitHub↗4,984
  • miekg/dnsmiekg avatar

    miekg/dns

    8,709View on GitHub↗

    This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet exchange, record parsing, and the development of custom nameservers. The library includes a DNS server framework and a zone manager for parsing standard zone files and synchronizing data via zone transfers. It features a dedicated DNSSEC implementation library for generating cryptographic keys and validating signatures, as well as a TLS transport for encrypted connections between clients and servers. The system covers a broad range of capabilities including DNS resolver functional

    Godnsdns-librarydnssec
    View on GitHub↗8,709
  • akrennmair/gopcapakrennmair avatar

    akrennmair/gopcap

    491View on GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    View on GitHub↗491
  • intel-go/nff-goI

    intel-go/nff-go

    0View on GitHub↗
    View on GitHub↗0
  • hashicorp/mdnshashicorp avatar

    hashicorp/mdns

    1,361View on GitHub↗

    Simple mDNS client/server library in Golang

    Go
    View on GitHub↗1,361
  • masterzen/winrmmasterzen avatar

    masterzen/winrm

    468View on GitHub↗

    Command-line tool and library for Windows remote command execution in Go

    Go
    View on GitHub↗468
  • mdlayher/ethernetM

    mdlayher/ethernet

    0View on GitHub↗
    View on GitHub↗0
  • mdlayher/dhcp6M

    mdlayher/dhcp6

    0View on GitHub↗
    View on GitHub↗0
  • lucas-clemente/quic-goL

    lucas-clemente/quic-go

    0View on GitHub↗
    View on GitHub↗0
  • hashicorp/go-getterhashicorp avatar

    hashicorp/go-getter

    1,822View on GitHub↗

    Package for downloading things from a string URL using a variety of protocols.

    Go
    View on GitHub↗1,822
  • mdlayher/arpM

    mdlayher/arp

    0View on GitHub↗
    View on GitHub↗0
  • gchaincl/httplabgchaincl avatar

    gchaincl/httplab

    4,151View on GitHub↗

    httplab is an interactive HTTP mock server, request inspection tool, and response simulator. It functions as a web server designed to capture and analyze incoming HTTP requests and headers in real time for debugging purposes. The tool enables the construction and delivery of custom HTTP responses to simulate various server behaviors. Users can forge specific headers and bodies to test how client applications handle different status codes and payloads, with the ability to save these configurations as response templates for consistent reuse across sessions. The project covers a broad surface o

    Go
    View on GitHub↗4,151
  • drmagice/gmqttDrmagicE avatar

    DrmagicE/gmqtt

    1,041View on GitHub↗

    Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang

    Gogmqttgolangmqtt
    View on GitHub↗1,041
  • aerogo/packetA

    aerogo/packet

    0View on GitHub↗
    View on GitHub↗0
  • google/gopacketgoogle avatar

    google/gopacket

    6,781View on GitHub↗

    gopacket is a Go library for live packet capture and multi-layer protocol decoding. It provides a framework for parsing raw network bytes into structured protocol layers, enabling inspection and analysis of network traffic directly from interfaces or packet capture files. The library distinguishes itself through a layered protocol stack that organizes decoders as independent, composable layers, and an interface-based decoder registry that supports extensible custom protocol development. It offers zero-copy packet decoding for high-throughput parsing, stream-based TCP reassembly to reconstruct

    Go
    View on GitHub↗6,781
  • anacrolix/utpA

    anacrolix/utp

    0View on GitHub↗
    View on GitHub↗0
  • go-rtc/stunG

    go-rtc/stun

    0View on GitHub↗
    View on GitHub↗0
  • eduardonunesp/sslbE

    eduardonunesp/sslb

    0View on GitHub↗
    View on GitHub↗0
  • c-robinson/iplibc-robinson avatar

    c-robinson/iplib

    151View on GitHub↗

    A library for working with IP addresses and networks in Go

    Go
    View on GitHub↗151
  • ccding/go-stunC

    ccding/go-stun

    0View on GitHub↗
    View on GitHub↗0
  • gansidui/gotcpG

    gansidui/gotcp

    0View on GitHub↗
    View on GitHub↗0
  • jlaffaye/ftpjlaffaye avatar

    jlaffaye/ftp

    1,394View on GitHub↗

    FTP client package for Go

    Goftpftp-clientgo
    View on GitHub↗1,394
  • fanux/lhttpfanux avatar

    fanux/lhttp

    688View on GitHub↗

    go websocket, a better way to buid your IM server

    Go
    View on GitHub↗688
  • google/gnxiG

    google/gnxi

    0View on GitHub↗
    View on GitHub↗0