Showing 132 open source projects for "ssh 2"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    parallel-ssh

    parallel-ssh

    Asynchronous parallel SSH client library.

    parallel-ssh is an asynchronous parallel SSH library designed for large-scale automation. It differentiates itself from alternatives, other libraries and higher-level frameworks like Ansible or Chef in several ways.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Gitember 2

    Gitember 2

    Gitember another git GUI client written on javafx

    November, December, Gitember. Just another GIT gui client just for fun. Full-text search across history, including binary files. Search in open files. Add change annotation, and branch differences with item details. Add an overview for different components. Added LFS support. With SSH only. Fast file compare, the text flow changed to rich text fx. Mass operations - delete, stage, unstage, and revert.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    OpenSSH

    OpenSSH

    Win32 port of OpenSSH

    OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, command execution and file transfer. It includes a client ssh and server sshd, file transfer utilities scp and sftp as well as tools for key generation (ssh-keygen), run-time key storage (ssh-agent) and a number of supporting programs. This is a port of OpenBSD's OpenSSH to most Unix-like operating systems, including Linux, OS X and Cygwin.
    Downloads: 292 This Week
    Last Update:
    See Project
  • 4
    sshpiper

    sshpiper

    The missing reverse proxy for ssh scp

    sshpiper is the reverse proxy for sshd. all protocols, including ssh, scp, port forwarding, running on top of ssh are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    electerm

    electerm

    Terminal/SSH/SFTP client (Linux, Mac, Win)

    electerm is a terminal/ssh/sftp client (Linux, Mac, Win) based on electron/ssh2/node-pty/xterm/antd/subx and many other libs. Works as a terminal/file manager or ssh/sftp client (similar to xshell). Global hotkey to toggle window visibility (similar to guake, default is ctrl + 2) Multi platform (Linux, Mac, Win). Multi-language support (electerm-locales, contributions/fixes welcome) Double click to directly edit (small) remote files.
    Downloads: 536 This Week
    Last Update:
    See Project
  • 6
    GLAuth

    GLAuth

    A lightweight LDAP server for development, home use

    Go-lang LDAP Authentication (GLAuth) is a secure, easy-to-use, LDAP server w/ configurable backends. Centrally manage accounts across your infrastructure. Centrally manage SSH keys, Linux accounts, and passwords for cloud servers. Lightweight alternative to OpenLDAP and Active Directory for development, or a homelab. Store your user directory in a file, local or in S3; SQL database; or proxy to existing LDAP servers. Two Factor Authentication (transparent to applications) Multiple backends can be chained to inject features. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    jupyterlab-git

    jupyterlab-git

    A Git extension for JupyterLab

    A JupyterLab extension for version control using Git. To see the extension in action, open the example notebook included in the Binder demo. Open the Git extension from the Git tab on the left panel. This extension tries to handle credentials for HTTP(S) connections (if you don't have set up a credential manager). But not for other SSH connections. The extension can cache temporarily (by default for an hour) credentials. To use the caching, you will need to check the option Save my login...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Wstunnel

    Wstunnel

    Tunnel all your traffic over Websocket or HTTP2

    ...It is useful for developers, administrators, and advanced users who need flexible tunneling for SSH, databases, internal web services, or other authorized network access. Its Rust implementation focuses on portability, performance, and practical deployment without requiring a Node.js runtime.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    phpseclib

    phpseclib

    PHP secure communications library

    ...For purposes of speed, OpenSSL, GMP, libsodium or mcrypt are used, if they're available, but they are not required. phpseclib is designed to be fully interoperable with standardized cryptography libraries and protocols. MIT-licensed pure-PHP implementations of SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305. The only requirement that phpseclib 3.0 has is that you must be using PHP 5.6+. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    Git Credential Manager

    Git Credential Manager

    Secure, cross-platform Git credential storage with authentication

    Git Credential Manager (GCM) is a secure Git credential helper built on .NET that runs on Windows, macOS, and Linux. It aims to provide a consistent and secure authentication experience, including multi-factor auth, to every major source control hosting service and platform. GCM supports (in alphabetical order) Azure DevOps, Azure DevOps Server (formerly Team Foundation Server), Bitbucket, GitHub, and GitLab. Compare to Git's built-in credential helpers (Windows: wincred, macOS: osxkeychain,...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    Fail2Ban

    Fail2Ban

    Daemon to ban hosts that cause multiple authentication errors

    ...Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc). Fail2Ban is able to reduce the rate of incorrect authentications attempts however it cannot eliminate the risk that weak authentication presents. Configure services to use only two factor or public/private authentication mechanisms if you really want to protect services.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Pure

    Pure

    Pretty, minimal and fast ZSH prompt

    Most prompts are cluttered, ugly and slow. We wanted something visually pleasing that stayed out of our way. Comes with the perfect prompt character. Author went through the whole Unicode range to find it. Shows git branch and whether it's dirty (with a *). Indicates when you have unpushed/unpulled git commits with up/down arrows. (Check is done asynchronously!). Prompt character turns red if the last command didn't exit with 0. Command execution time will be displayed if it exceeds the set...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Google Authenticator PAM Library

    Google Authenticator PAM Library

    Example PAM module demonstrating two-factor authentication

    google-authenticator-libpam is a Pluggable Authentication Module (PAM) that adds one-time passcodes to Unix and Linux logins using open OATH standards. It plugs into PAM stacks for services like SSH, su, or desktop display managers, prompting users for a time-based (TOTP) or counter-based (HOTP) code after their password. A lightweight enrollment program bootstraps each account by generating a secret, printing a QR code, and writing per-user configuration with safe file permissions. Because...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Adapt OpenSSH as a library that can be used in other programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GDPuTTY

    A modern PuTTY-inspired terminal rebuilt in Python with native SSH

    GDPuTTY is a modern terminal and connection client inspired by PuTTY, but fully rebuilt in Python and web technologies. It keeps PuTTY's compatibility handling for legacy SSH hardware (16 SSH bug flags, F-key encoding, serial quirks), with a modern interface rendered by xterm.js inside an embedded browser. Key features: native paramiko SSH with no putty.exe dependency; xterm.js rendering with full UTF-8, CJK, emoji and true color; direct Win32 serial ports with CH340/ESP reset handling; multi-protocol support (SSH 1/2, Telnet, Raw, Rlogin, SUPDUP, RFC 2217 serial, local ConPTY shell); built-in ESP32/ESP8266 firmware flashing; an optional Claude AI assistant via the Claude Code CLI; one-click import of existing PuTTY sessions; and a bilingual English / Traditional Chinese interface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Bastillion

    Bastillion

    Bastillion gives you a clean, browser-based way to manage SSH access a

    ...Highlights: centralized SSH key management (rotate/revoke access to every system instantly); two-factor authentication (Authy or Google Authenticator); every terminal session is recorded and can be replayed for audits (PCI DSS, HIPAA, SOC 2, ISO 27001); Profiles control who can reach which systems; Composite Scripts run the same script across a whole fleet; TLS/HTTPS out of the box with custom certificate support; optional LDAP authentication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rpi-chromium-boot

    Rpi-chromium-boot

    Boots directly into chrome (chromium), supports pi zero

    Bootable image for the raspberry pi. boots directly into chromium browser Wifi enabled (edit /wpa_supplicant) Will auto connect to open wifi network SSH enabled (login pi/raspberrypi) Raspbian Buster based, supports original pi zero Pi models supported: Pi 1, Pi 2, Pi3, pi zero, pi zero2, pi4, pi400 Minimum 8GB sd card, auto expands on first boot
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    filepilot-shell

    filepilot-shell

    Rust-based terminal: multi-pane SSH sync, AI CLI help, PTY replay

    ...Startup macros (JavaScript or Shell) automate env setup, aliases, and sub-session connections on launch. A built-in AI copilot adds context-aware autocomplete, one-click error correction, and natural-language-to-CLI generation. Runs on SSH-2 (RFC 4251) with agent forwarding, proxy routing, and configurable keepalive. Native support for PowerShell/CMD/WSL, zsh/bash/fish, and seria
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 7,720 This Week
    Last Update:
    See Project
  • 20

    Hullu Vulnerable System

    Pentesting OVA, suits VMware or VirtualBox

    Hullu is a lightweight vulnerable Alpine Linux VM for cybersecurity education, ethical hacking practice, and isolated lab/CTF-style scenarios. It includes DVWA, FlaskVA, DNS Lab, BIND 9, Apache, MariaDB/MySQL, phpMyAdmin, SSH/SFTP, and optional FTP/Samba practice. Hullu 3 adds DNS Lab, BIND 9, FTP/Samba server support, and separate service accounts for Flask-based services compared with Hullu 2. Use only in an isolated lab network. Do not expose this VM to the internet. Hullu documentation and details: https://github.com/kaledaljebur/hullu FlaskVA: https://github.com/kaledaljebur/FlaskVA DVWA: https://github.com/digininja/DVWA Please contact me if you have any questions or suggestions. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    xfe

    xfe

    A lightweight file manager for X

    X File Explorer (Xfe) is an MS-Explorer like file manager for X. It is based on X Win Commander, which was developed by Maxim Baranov. Xfe aims to be the file manager of choice for people who are looking for a fast and light graphical file manager on Unix systems.
    Leader badge
    Downloads: 210 This Week
    Last Update:
    See Project
  • 22

    apra-fleet

    Apra Fleet is an open-source MCP server

    Apra Fleet is an open-source MCP server that pairs AI coding agents into doer-reviewer loops for higher quality code, and orchestrates them across machines via SSH when you need distributed power. Works with Claude Code, Gemini, Codex and other AI coding assistants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    woterm

    一款全能的远程终端管理工具

    官方主页:https://woterm.com 开源地址:https://github.com/aoyiduo/woterm --------------------- 集成主流远程通讯协议,全面满足您的需求:支持 SSH1/SSH2、FTP/FTPS、SFTP、TELNET、RLOGIN、RDP、VNC、SHELL、串口、TCP、UDP 等多种协议,让您无需切换工具,轻松应对各种远程操作和通讯场景。 ------------------ Integrated with all major remote communication protocols to meet your needs: supports SSH1/SSH2, FTP/FTPS, SFTP, TELNET, RLOGIN, RDP, VNC, SHELL, Serial Port, TCP, UDP, and more — no more switching between tools. Easily handle diverse remote access and communication...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    pibackup

    Backup & restore tool – create, shrink, compress & clone

    pibackup is a portable 64-bit backup and restore tool with a graphical user interface (GUI), designed for Raspberry Pi and similar Linux systems. It supports live backups of running systems as well as offline image creation from inactive drives, providing safe and flexible restore options. It also supports cloning of the system partitions. Unlike typical SD card tools, pibackup is optimized for large storage devices like SSDs and HDDs, while still working seamlessly with smaller devices....
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    [OFFICIAL] tinyfiledialogs C C++ v3.21.3

    [OFFICIAL] tinyfiledialogs C C++ v3.21.3

    inputbox password WIN OSX GTK QT Console VCPKG C# Lua R Fortran Pascal

    one C/C++ file & header ==> 8 functions: - beep - tray notify popup - message & question - input & password - save file - open file(s) - select folder - color picker complements OpenGL Vulkan GLFW GLUT GLUI VTK SFML TGUI SDL Ogre Unity3d ION OpenCV CeGui MathGL GLM CPW GLOW Open3D ImGui MyGui GLT NGL STB Nuklear Fenster MicroUi & head-less programs NO INIT NO MAIN LOOP NO LINKING NO INCLUDE win (XP to 11) ASCII MBCS UTF-8 UTF-16 (wchar_t) - native dialogs osx/unix...
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project