awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • palera1n/palera1nAvatar von palera1n

    palera1n/palera1n

    6,296Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,296
  • mviereck/x11dockerAvatar von mviereck

    mviereck/x11docker

    6,283Auf GitHub ansehen↗

    x11docker is an OCI container GUI orchestrator and hardware bridge designed to execute graphical applications and full desktop environments inside containers. It functions as a Linux GUI sandbox, linking containerized processes to host X11 or Wayland display servers and audio systems. The project differentiates itself by providing deep system integration for hardware acceleration, including NVIDIA driver automation and GPU passthrough. It supports cross-architecture GUI emulation and provides remote access capabilities through VNC, SSH forwarding, and browser-based HTML5 rendering. The tool

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

    Shellcontainersdesktopdocker
    Auf GitHub ansehen↗6,283
  • twisted/twistedAvatar von twisted

    twisted/twisted

    5,969Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,969
  • fizzadar/pyinfraAvatar von Fizzadar

    Fizzadar/pyinfra

    5,793Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,793
  • pyinfra-dev/pyinfraAvatar von pyinfra-dev

    pyinfra-dev/pyinfra

    5,779Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,779
  • shipitjs/shipitAvatar von shipitjs

    shipitjs/shipit

    5,294Auf GitHub ansehen↗

    Shipit is a Node.js deployment tool and remote task orchestrator used for automating software deployments and executing shell commands via SSH. It functions as a deployment workflow manager and SSH automation framework, allowing users to define automation pipelines that coordinate local and remote scripts. The project distinguishes itself through a dependency-graph task orchestration system and an event-emitter hook system, which enable the creation of custom automation workflows with sequenced task coordination. It manages application versions using symlink-based release management, providin

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

    JavaScriptcapistranodeploydeployment
    Auf GitHub ansehen↗5,294
  • miguelmota/cointopAvatar von miguelmota

    miguelmota/cointop

    4,395Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,395
  • emre/stormAvatar von emre

    emre/storm

    3,915Auf GitHub ansehen↗

    Storm ist ein SSH-Verbindungsmanager und Konfigurationstool, das als plattformübergreifender Wrapper für SSH-Clients dient. Es bietet ein System zum Organisieren, Bearbeiten und Durchsuchen von Remote-Server-Host-Konfigurationen und benutzerdefinierten SSH-Direktiven. Das Projekt implementiert eine Multi-Interface-Brücke, die es Benutzern ermöglicht, Verbindungseinstellungen über ein Command-Line-Interface, Web-Umgebungen und Desktop-Oberflächen zu verwalten. Es verwendet Alias-basiertes Befehls-Mapping, um Kurzbezeichner mit komplexen Verbindungsstrings zu verknüpfen. Das Tool enthält eine Python-Bibliothek, die die programmatische Automatisierung von SSH-Verbindungseinstellungen und Host-Konfigurationen innerhalb externer Skripte ermöglicht. Der Konfigurationszustand wird mittels dateibasierter Speicherung für die Kompatibilität mit Standard-Systemtools persistent gemacht.

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

    Python
    Auf GitHub ansehen↗3,915
  • openssh/openssh-portableAvatar von openssh

    openssh/openssh-portable

    3,875Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,875
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar von hackerschoice

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

    3,853Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,853
  • octelium/octeliumAvatar von octelium

    octelium/octelium

    3,371Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,371
  1. Home
  2. Security & Cryptography
  3. Secure SSH Access
  4. SSH Server Hosting

Unter-Tags erkunden

  • 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.