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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesPluggable Authentication Methods

Supports multiple authentication methods including passwords, OTP, SSO, and time-limited ticket tokens.

Distinct from SSH Authentication: Distinct from SSH Authentication: covers the pluggable chain of multiple methods rather than a single authentication mechanism.

Explore 5 awesome GitHub repositories matching security & cryptography · Pluggable Authentication Methods. Refine with filters or upvote what's useful.

Awesome Pluggable Authentication Methods GitHub Repositories

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

    warp-tech/warpgate

    6,578عرض على GitHub↗

    Warpgate is an SSH bastion host that authenticates users and proxies connections to internal servers while recording all session activity. It is distributed as a single standalone binary with no runtime dependencies, stores configuration and session data in a local SQLite database by default, and supports role-based access control to determine which users can reach which targets. The bastion verifies identity through a configurable chain of authentication methods including passwords, one-time codes, single sign-on, and time-limited ticket tokens. It captures and stores SSH session activity as

    Verifies identity through a configurable chain of passwords, OTP, SSO, and ticket tokens.

    Rustbastionbastion-hosthttps
    عرض على GitHub↗6,578
  • rstudio/rstudioالصورة الرمزية لـ rstudio

    rstudio/rstudio

    4,952عرض على GitHub↗

    RStudio is a specialized integrated development environment for the R programming language and statistical computing. It provides a workbench for writing, debugging, and executing R code, offering both a desktop application and a server-hosted collaborative platform for managing data science projects. The platform enables the creation of interactive data applications, AI-powered dashboards, and technical reports. It facilitates the sharing of analysis results through a centralized publishing platform and supports the rendering of notebooks and markdown into multiple file formats. The environ

    Integrates external identity providers like LDAP and SAML to manage user access and session authorization.

    Java
    عرض على GitHub↗4,952
  • charmbracelet/wishالصورة الرمزية لـ charmbracelet

    charmbracelet/wish

    4,919عرض على GitHub↗

    Wish is a Go library for building SSH servers, providing a middleware-based framework that handles core SSH functionality including public-key and certificate authentication, session management, and secure file transfers via SCP and SFTP. It is designed to serve as the foundation for custom SSH applications, with built-in support for hosting Git repositories over SSH and serving interactive terminal applications. What distinguishes Wish from a basic SSH server library is its composable middleware pattern, which allows developers to layer authentication, logging, and custom session handling. I

    The SSH server library authenticates users using public-key, password, or other methods before granting access.

    Gohacktoberfestssh
    عرض على GitHub↗4,919
  • sshnet/ssh.netالصورة الرمزية لـ sshnet

    sshnet/SSH.NET

    4,310عرض على GitHub↗

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    Supports password, public key, and keyboard-interactive authentication, including multi-factor combinations, over SSH.

    C#networkscpsftp
    عرض على GitHub↗4,310
  • winscp/winscpالصورة الرمزية لـ winscp

    winscp/winscp

    3,675عرض على GitHub↗

    WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and organizing files on remote servers and cloud storage. It serves as a multi-protocol tool supporting SFTP, FTP, FTPS, SCP, S3, and WebDAV, and functions as an S3 object storage browser for managing files and buckets. The application distinguishes itself through its automation capabilities, allowing for scripted file transfers and remote command execution via a command-line interface or a .NET assembly. It also features directory synchronization to match local and remote folder

    Verifies user identity using a combination of passwords, public keys, keyboard-interactive methods, or Kerberos authentication.

    Cftpftp-clientftps
    عرض على GitHub↗3,675
  1. Home
  2. Security & Cryptography
  3. SSH Authentication
  4. Pluggable Authentication Methods