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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesSSH Clients

Software for establishing secure encrypted connections to remote servers.

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

Awesome SSH Clients GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • eugeny/tabbyAvatar de Eugeny

    Eugeny/tabby

    72,154Voir sur GitHub↗

    Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The application functions as a secure remote connection manager, supporting advanced authentication, port forwarding, and persistent network sessions via an asynchronous protocol layer. The project distinguishes itself through a modular plugin architecture that enables users to extend

    Secures remote server access with built-in support for encrypted connections, jump hosts, and agent-based authentication.

    TypeScriptserialssh-clienttelnet-client
    Voir sur GitHub↗72,154
  • felixse/fluentterminalAvatar de felixse

    felixse/FluentTerminal

    9,574Voir sur GitHub↗

    FluentTerminal is a terminal emulator and SSH client designed for running multiple shell sessions. It functions as a shell profile manager and a Tmux session manager, allowing for the organization of diverse shell environments within a single interface. The application provides secure remote access via SSH and Mosh protocols, which enables persistent session management over intermittent networks. It distinguishes itself through a profile configuration system that allows users to save and switch between named environment settings for different shell types. The tool includes workspace manageme

    Implements a full SSH client for establishing secure encrypted connections to remote servers.

    C#
    Voir sur GitHub↗9,574
  • powershell/win32-opensshAvatar de PowerShell

    PowerShell/Win32-OpenSSH

    8,167Voir sur GitHub↗

    Win32-OpenSSH is a secure shell suite that provides an OpenSSH port for Windows operating systems. It consists of an SSH server for remote management and authentication, a secure shell client for establishing encrypted connections, and an SFTP server for managing files. The project enables secure remote administration of Windows servers and workstations via a command line interface. It supports encrypted file transfers using SFTP and SCP protocols and allows for cross-platform remote management of Windows systems from Linux or macOS environments. The implementation integrates with Windows se

    Ships a secure shell client for establishing encrypted connections to remote servers.

    csshwindows
    Voir sur GitHub↗8,167
  • liftoff/gateoneAvatar de liftoff

    liftoff/GateOne

    6,300Voir sur GitHub↗

    Gate One is an HTML5-powered terminal emulator and SSH client

    Opens secure SSH sessions to remote servers directly from a web browser without plugins or client software.

    JavaScript
    Voir sur GitHub↗6,300
  • webmin/webminAvatar de webmin

    webmin/webmin

    5,595Voir sur GitHub↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Defines global SSH client settings such as default port and hostname aliases.

    HTML
    Voir sur GitHub↗5,595
  • tobychui/zoraxyAvatar de tobychui

    tobychui/zoraxy

    5,268Voir sur GitHub↗

    Zoraxy est un outil d'administration réseau centré sur la gestion de proxy inverse HTTP. Il fournit une interface graphique centralisée pour router le trafic web des domaines publics vers les services backend internes, utilisant un proxy basé sur Go pour intercepter et transférer les requêtes. Le projet va au-delà du routage web standard en offrant une interface SSH basée sur navigateur pour l'administration de serveurs distants et l'exécution de commandes. Il prend également en charge le transfert TCP et WebSocket au niveau de la couche transport pour gérer le trafic non-HTTP entre les clients externes et les ports internes. Ses capacités étendues incluent la gestion automatisée du cycle de vie des certificats TLS via ACME, le contrôle d'accès réseau utilisant le filtrage basé sur CIDR, et l'intégration de l'authentification utilisateur. Le système intègre en outre des outils d'infrastructure réseau pour le scan d'IP et de ports, la surveillance de la disponibilité des services et l'analyse des statistiques de trafic.

    Allows administrators to open secure SSH sessions to remote servers directly within a web browser.

    HTMLcluster-gatewaygolanghomelab
    Voir sur GitHub↗5,268
  • jtesta/ssh-auditAvatar de jtesta

    jtesta/ssh-audit

    4,218Voir sur GitHub↗

    This project is an SSH security audit tool designed to analyze server and client configurations. It functions as a cryptographic analyzer that evaluates key exchange, MAC, and encryption algorithms to identify weak or legacy primitives and ensure security compliance. The tool distinguishes itself by providing a hardening guide with platform-specific configuration instructions and algorithm recommendations to remediate detected vulnerabilities. It also includes a denial of service tester that measures server resilience against CPU exhaustion and concurrent socket connection attacks. Broad cap

    Operates a listener to evaluate the configuration and behavior of software attempting to establish a connection.

    Python
    Voir sur GitHub↗4,218
  • idescriptor/idescriptorAvatar de iDescriptor

    iDescriptor/iDescriptor

    2,927Voir sur GitHub↗

    iDescriptor is a suite of specialized tools for managing, diagnosing, and interacting with iOS devices. It provides a comprehensive toolkit for device management, hardware diagnostics, remote terminal access, and virtual location simulation across different operating systems. The project includes a device management suite for mirroring screens in real-time, managing files, and installing applications via USB or wireless connections. It features a hardware diagnostic tool to identify internal components and verify the authenticity of USB cables, along with a virtual GPS simulator to override g

    Establishes secure shell connections to execute command line instructions on modified iOS devices.

    C++applecppidevice
    Voir sur GitHub↗2,927
  1. Home
  2. Networking & Communication
  3. Remote Access & Control
  4. SSH Clients

Explorer les sous-tags

  • Browser-BasedOpening secure SSH sessions to remote servers directly from a web browser without plugins or client software. **Distinct from SSH Clients:** Distinct from SSH Clients: specifically operates within a web browser without requiring native SSH client software.
  • Client Behavior AnalysisTesting of SSH client software by intercepting connection attempts using a mock server. **Distinct from SSH Clients:** Focuses on active evaluation of client behavior via a listener, not just providing client software.