11 Repos
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.