awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 dépôts

Awesome GitHub RepositoriesSSH Server Hosting

Implementation of SSH servers to provide remote access to specific hardware or host environments.

Distinct from Secure SSH Access: Distinct from Secure SSH Access: focuses on the hosting and running of the SSH server itself rather than just the authentication layer.

Explore 11 awesome GitHub repositories matching security & cryptography · SSH Server Hosting. Refine with filters or upvote what's useful.

Awesome SSH Server Hosting 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.
  • palera1n/palera1nAvatar de palera1n

    palera1n/palera1n

    6,296Voir sur GitHub↗

    palera1n is an iOS jailbreak tool that exploits a permanent hardware vulnerability in the bootrom of A8 through A11 Apple devices running iOS 15.0 or later, granting root access for system customization and third-party software installation. The tool also extends this jailbreak technique to Apple T2-equipped Macs running bridgeOS 5.0 or later, providing system-level access and modification capabilities on those devices. The tool offers two distinct jailbreak environments: a Rootless mode that provides system access without modifying the root filesystem, and a Full-root mode that grants unrest

    Provides a lightweight SSH server for remote command-line access to the jailbroken device.

    Ccheckm8checkra1nios
    Voir sur GitHub↗6,296
  • mviereck/x11dockerAvatar de mviereck

    mviereck/x11docker

    6,283Voir sur GitHub↗

    x11docker est un orchestrateur d'interface graphique pour conteneurs OCI et un pont matériel conçu pour exécuter des applications graphiques et des environnements de bureau complets dans des conteneurs. Il fonctionne comme un bac à sable (sandbox) Linux GUI, reliant les processus conteneurisés aux serveurs d'affichage X11 ou Wayland et aux systèmes audio de l'hôte. Le projet se distingue par une intégration système poussée pour l'accélération matérielle, incluant l'automatisation des pilotes NVIDIA et le GPU passthrough. Il prend en charge l'émulation GUI multi-architecture et offre des capacités d'accès distant via VNC, transfert SSH et rendu HTML5 dans le navigateur. L'outil couvre un large éventail de capacités d'intégration, notamment le mappage d'identité par espaces de noms utilisateur pour la sécurité, le pontage de session D-Bus pour la communication inter-processus et la synchronisation bidirectionnelle du presse-papiers. Il gère également le partage de périphériques tels que webcams et imprimantes, ainsi que la gestion des systèmes init et le montage de stockage persistant. Le logiciel est implémenté sous forme d'utilitaire shell prenant en charge plusieurs backends conformes aux spécifications OCI, dont Docker et Podman.

    Runs an SSH daemon inside the container to enable remote shell access and graphical application execution.

    Shellcontainersdesktopdocker
    Voir sur GitHub↗6,283
  • twisted/twistedAvatar de twisted

    twisted/twisted

    5,969Voir sur GitHub↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Provides SSH server and client implementations for secure remote shell access and file transfer.

    Pythonasyncasync-pythondns
    Voir sur GitHub↗5,969
  • fizzadar/pyinfraAvatar de Fizzadar

    Fizzadar/pyinfra

    5,793Voir sur GitHub↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Automates server configuration and management over SSH with Python-based declarative operations and ad-hoc commands.

    Python
    Voir sur GitHub↗5,793
  • pyinfra-dev/pyinfraAvatar de pyinfra-dev

    pyinfra-dev/pyinfra

    5,779Voir sur GitHub↗

    pyinfra is a Python-based infrastructure automation framework that turns Python code into shell commands for managing servers, Docker containers, and local machines. It operates as a declarative, idempotent deployment tool, applying desired system states by comparing target configurations against current states and making only the necessary changes. The framework provides a connector-based transport abstraction that unifies SSH, Docker, and local execution behind a common interface, with a parallel execution engine that manages concurrent operations across hosts. The tool distinguishes itself

    Automates server configuration and management over SSH with Python-based declarative operations and ad-hoc commands.

    Pythoncloud-managementconfiguration-managementhigh-performance
    Voir sur GitHub↗5,779
  • shipitjs/shipitAvatar de shipitjs

    shipitjs/shipit

    5,294Voir sur GitHub↗

    Shipit est un outil de déploiement Node.js et un orchestrateur de tâches distantes utilisé pour automatiser les déploiements logiciels et exécuter des commandes shell via SSH. Il fonctionne comme un gestionnaire de workflow de déploiement et un framework d'automatisation SSH, permettant aux utilisateurs de définir des pipelines d'automatisation qui coordonnent des scripts locaux et distants. Le projet se distingue par un système d'orchestration de tâches basé sur un graphe de dépendances et un système de hooks basé sur les événements, qui permettent la création de workflows d'automatisation personnalisés avec une coordination de tâches séquencées. Il gère les versions d'applications en utilisant une gestion des releases basée sur des liens symboliques, offrant la possibilité d'effectuer des rollbacks vers des versions précédentes et de nettoyer les déploiements obsolètes. L'outil couvre un large éventail de capacités, incluant l'automatisation de serveurs distants, la synchronisation de fichiers entre hôtes et la distribution de code distant. Il inclut également des utilitaires pour exécuter des builds et auditer les commits en attente afin de suivre les différences entre le contrôle de source et les révisions déployées.

    Provides a framework for managing file transfers and command execution across multiple remote servers using SSH.

    JavaScriptcapistranodeploydeployment
    Voir sur GitHub↗5,294
  • miguelmota/cointopAvatar de miguelmota

    miguelmota/cointop

    4,395Voir sur GitHub↗

    Cointop is a cryptocurrency terminal user interface designed for monitoring real-time market statistics, prices, and asset trends. It serves as a market dashboard and portfolio tracker, enabling the management of personal asset holdings and the calculation of profit and loss within a command line environment. The project distinguishes itself with a server capability that allows the interface to be hosted and accessed remotely via secure shell sessions. It also includes a notification system that triggers desktop alerts when specific assets reach predefined price thresholds. The application p

    Runs a server-side instance that allows the terminal interface to be hosted and accessed remotely via SSH.

    Go
    Voir sur GitHub↗4,395
  • emre/stormAvatar de emre

    emre/storm

    3,915Voir sur GitHub↗

    Storm est un gestionnaire de connexion SSH et un outil de configuration qui sert de wrapper multiplateforme pour les clients SSH. Il fournit un système pour organiser, éditer et rechercher des configurations d'hôtes de serveurs distants et des directives SSH personnalisées. Le projet implémente un pont multi-interface qui permet aux utilisateurs de gérer les paramètres de connexion via une interface de ligne de commande, des environnements web et des interfaces de bureau. Il utilise un mappage de commandes basé sur des alias pour lier des identifiants abrégés à des chaînes de connexion complexes. L'outil inclut une bibliothèque Python qui permet l'automatisation programmatique des paramètres de connexion SSH et des configurations d'hôtes au sein de scripts externes. L'état de la configuration est persisté en utilisant un stockage basé sur fichier pour la compatibilité avec les outils système standard.

    Enables the programmatic automation of server connection settings and host configurations within Python scripts.

    Python
    Voir sur GitHub↗3,915
  • openssh/openssh-portableAvatar de openssh

    openssh/openssh-portable

    3,875Voir sur GitHub↗

    This project is a portable implementation of the secure shell toolset designed for deployment across diverse operating systems and platforms. It provides a suite of tools for secure remote login and command execution based on the secure shell protocol. The implementation includes a sandboxed server that isolates processes to limit the impact of potential vulnerabilities on the host operating system. It also functions as a cryptographic key manager for generating and storing security keys to replace or supplement password-based authentication. The project covers encrypted file transfer for mo

    Implements a sandboxed server that isolates processes to limit the impact of potential vulnerabilities on the host operating system.

    Cccryptographyfile-sharing
    Voir sur GitHub↗3,875
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar de hackerschoice

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853Voir sur GitHub↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Runs SSH daemons as non-privileged users to enable custom port forwarding and remote access.

    Shell
    Voir sur GitHub↗3,853
  • octelium/octeliumAvatar de octelium

    octelium/octelium

    3,371Voir sur GitHub↗

    Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and SQL resources. It functions as a secure gateway that validates human and workload identities using OIDC, SAML, and FIDO2 passkeys before granting access to internal applications and SaaS APIs. The system is distinguished by its secretless access broker, which injects credentials—such as API keys, passwords, and AWS Sigv4 signatures—at the gateway level so users can access databases and cloud resources without managing secrets. It further specializes in AI gateway administration,

    Runs a built-in SSH server to enable remote access to hosts or IoT devices.

    Goabacai-gatewayapi-gateway
    Voir sur GitHub↗3,371
  1. Home
  2. Security & Cryptography
  3. Secure SSH Access
  4. SSH Server Hosting

Explorer les sous-tags

  • Process IsolationTechniques for isolating server processes to prevent attackers from accessing the host system. **Distinct from SSH Server Hosting:** Distinct from SSH Server Hosting by focusing on the security isolation (sandboxing) of the process rather than the act of hosting the server.
  • SSH Automation FrameworksAutomating server configuration and management over SSH with Python-based declarative operations and ad-hoc commands. **Distinct from SSH Server Hosting:** Distinct from SSH Server Hosting: focuses on automating server management over SSH, not hosting or running SSH servers themselves.