awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • palera1n/palera1nالصورة الرمزية لـ palera1n

    palera1n/palera1n

    6,296عرض على 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
    عرض على GitHub↗6,296
  • mviereck/x11dockerالصورة الرمزية لـ mviereck

    mviereck/x11docker

    6,283عرض على GitHub↗

    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
    عرض على GitHub↗6,283
  • twisted/twistedالصورة الرمزية لـ twisted

    twisted/twisted

    5,969عرض على 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
    عرض على GitHub↗5,969
  • fizzadar/pyinfraالصورة الرمزية لـ Fizzadar

    Fizzadar/pyinfra

    5,793عرض على 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
    عرض على GitHub↗5,793
  • pyinfra-dev/pyinfraالصورة الرمزية لـ pyinfra-dev

    pyinfra-dev/pyinfra

    5,779عرض على 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
    عرض على GitHub↗5,779
  • shipitjs/shipitالصورة الرمزية لـ shipitjs

    shipitjs/shipit

    5,294عرض على GitHub↗

    Shipit هي أداة نشر Node.js ومنسق مهام عن بُعد تُستخدم لأتمتة عمليات نشر البرامج وتنفيذ أوامر shell عبر SSH. تعمل كمدير لسير عمل النشر وإطار عمل لأتمتة SSH، مما يسمح للمستخدمين بتحديد خطوط أنابيب الأتمتة التي تنسق السكربتات المحلية والبعيدة. يتميز المشروع بنظام تنسيق مهام قائم على رسم بياني للتبعيات ونظام خطافات (hooks) باعث للأحداث، مما يتيح إنشاء سير عمل أتمتة مخصص مع تنسيق مهام متسلسل. يدير إصدارات التطبيقات باستخدام إدارة الإصدارات القائمة على الروابط الرمزية (symlink)، مما يوفر القدرة على إجراء عمليات تراجع عن الإصدارات إلى إصدارات سابقة وتنظيف عمليات النشر القديمة. تغطي الأداة مجموعة واسعة من الإمكانيات بما في ذلك أتمتة الخادم البعيد، ومزامنة الملفات عبر المضيفين، وتوزيع الكود عن بُعد. كما تتضمن أدوات لتنفيذ أصول البناء وتدقيق الالتزامات (commits) المعلقة لتتبع الاختلافات بين التحكم في المصدر والمراجعات المنشورة.

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

    JavaScriptcapistranodeploydeployment
    عرض على GitHub↗5,294
  • miguelmota/cointopالصورة الرمزية لـ miguelmota

    miguelmota/cointop

    4,395عرض على GitHub↗

    Cointop هي واجهة مستخدم طرفية للعملات المشفرة مصممة لمراقبة إحصائيات السوق، والأسعار، واتجاهات الأصول في الوقت الفعلي. تعمل كلوحة تحكم للسوق ومتتبع للمحفظة، مما يتيح إدارة ممتلكات الأصول الشخصية وحساب الأرباح والخسائر داخل بيئة سطر الأوامر. يتميز المشروع بقدرة خادم تسمح باستضافة الواجهة والوصول إليها عن بُعد عبر جلسات SSH. كما يتضمن نظام إشعارات يطلق تنبيهات سطح المكتب عندما تصل أصول معينة إلى عتبات أسعار محددة مسبقاً. يوفر التطبيق أدوات للتحليل المالي، بما في ذلك مخططات الأسعار التفاعلية، وتحويل العملات، والبحث الضبابي عن الأصول. يمكن للمستخدمين تخصيص التجربة من خلال سمات بصرية قابلة للتكوين، واختصارات لوحة المفاتيح، وإعدادات العملة الأساسية، بينما يضمن التخزين المؤقت على القرص المحلي بقاء البيانات متاحة أثناء انقطاع الشبكة. البرمجيات متاحة كحزمة Flatpak لتوزيع سطح المكتب على Linux.

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

    Go
    عرض على GitHub↗4,395
  • emre/stormالصورة الرمزية لـ emre

    emre/storm

    3,915عرض على GitHub↗

    أداة Storm هي مدير اتصالات SSH وأداة تكوين تعمل كغلاف عبر المنصات لعملاء SSH. توفر نظاماً لتنظيم وتحرير والبحث في تكوينات مضيف الخادم البعيد وتوجيهات SSH المخصصة. ينفذ المشروع جسراً متعدد الواجهات يسمح للمستخدمين بإدارة إعدادات الاتصال من خلال واجهة سطر أوامر، وبيئات ويب، وواجهات سطح مكتب. يستخدم المشروع تعيين الأوامر القائم على الأسماء المستعارة (Alias) لربط المعرفات المختصرة بسلاسل اتصال معقدة. تتضمن الأداة مكتبة Python تسمح بالأتمتة البرمجية لإعدادات اتصال SSH وتكوينات المضيف داخل نصوص برمجية خارجية. يتم الاحتفاظ بحالة التكوين باستخدام التخزين القائم على الملفات للتوافق مع أدوات النظام القياسية.

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

    Python
    عرض على GitHub↗3,915
  • openssh/openssh-portableالصورة الرمزية لـ openssh

    openssh/openssh-portable

    3,875عرض على 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
    عرض على GitHub↗3,875
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetالصورة الرمزية لـ hackerschoice

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

    3,853عرض على 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
    عرض على GitHub↗3,853
  • octelium/octeliumالصورة الرمزية لـ octelium

    octelium/octelium

    3,371عرض على 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
    عرض على GitHub↗3,371
  1. Home
  2. Security & Cryptography
  3. Secure SSH Access
  4. SSH Server Hosting

استكشف الوسوم الفرعية

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