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

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

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

cosiner/socker

0
View on GitHub↗
252 نجوم·13 تفرعات·Go·MIT·2 مشاهدات

Socker

A Go library to simplify the use of SSH for devops

Features

  • SSH Libraries - Simplifies SSH usage within Go applications.

سجل النجوم

مخطط تاريخ النجوم لـ cosiner/sockerمخطط تاريخ النجوم لـ cosiner/socker

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Socker

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Socker.
  • ktbyers/netmikoالصورة الرمزية لـ ktbyers

    ktbyers/netmiko

    4,190عرض على GitHub↗

    Netmiko is a Python library and multi-vendor network automation toolkit that provides a unified interface for managing diverse network hardware. It functions as an SSH CLI connection wrapper, simplifying the process of establishing secure sessions and automating interactions with network devices. The project abstracts vendor-specific connection logic and command syntax through a driver-based system, allowing for consistent automation across different hardware brands. It includes capabilities for device type auto-detection and supports custom vendor extensions to ensure compatibility with unsu

    Python
    عرض على GitHub↗4,190
  • moul/go-sshkeysالصورة الرمزية لـ moul

    moul/go-sshkeys

    5عرض على GitHub↗

    :wrench: Golang SSH Keys manipulation library

    Go
    عرض على GitHub↗5
  • mscdex/ssh2الصورة الرمزية لـ mscdex

    mscdex/ssh2

    5,790عرض على GitHub↗

    ssh2 is a JavaScript implementation of the SSH2 protocol for Node.js, providing the core components necessary to create secure clients and servers. It enables the establishment of authenticated sessions for remote server automation and secure communication. The project distinguishes itself by providing a complete suite of tools for identity management, including utilities for generating and parsing cryptographic key pairs and integrating with external authentication agents. It also functions as a tunneling proxy capable of routing TCP, HTTP, X11, and SOCKSv5 network traffic through encrypted

    JavaScript
    عرض على GitHub↗5,790
  • net-ssh/net-sshالصورة الرمزية لـ net-ssh

    net-ssh/net-ssh

    1,019عرض على GitHub↗

    Pure Ruby implementation of an SSH (protocol 2) client

    Ruby
    عرض على GitHub↗1,019
عرض جميع البدائل الـ 7 لـ Socker→

الأسئلة الشائعة

ما هي وظيفة cosiner/socker؟

A Go library to simplify the use of SSH for devops

ما هي الميزات الرئيسية لـ cosiner/socker؟

الميزات الرئيسية لـ cosiner/socker هي: SSH Libraries.

ما هي البدائل مفتوحة المصدر لـ cosiner/socker؟

تشمل البدائل مفتوحة المصدر لـ cosiner/socker: ktbyers/netmiko — Netmiko is a Python library and multi-vendor network automation toolkit that provides a unified interface for managing… moul/go-sshkeys — :wrench: Golang SSH Keys manipulation library. mscdex/ssh2 — ssh2 is a JavaScript implementation of the SSH2 protocol for Node.js, providing the core components necessary to… net-ssh/net-ssh — Pure Ruby implementation of an SSH (protocol 2) client. paramiko/paramiko — Paramiko is a pure-Python implementation of the SSH2 protocol, providing a library for making secure network… pkg/sftp — SFTP support for the go.crypto/ssh package.