OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Ssh

Ssh

9 open source tools found

T
System Optimization

Teleport

One tool to securely access all your servers, K8s clusters, and databases with audit.

Teleport provides connectivity, authentication, access controls and audit for infrastructure. It replaces SSH keys, VPNs, and bastions with certificate-based zero-trust access.

Stop Teleport (`sudo teleport stop` or kill process), delete binary (e.g. `/usr/local/bin/teleport`), config directory (`/etc/teleport.yaml` and `/var/lib/teleport`), and remove systemd unit if present.
20.2k
W
System Optimization

warpgate

A transparent bastion host that needs no client config and supports SSH/HTTPS/DB proxy with full session recording.

Smart SSH/HTTPS/K8s/MySQL/PostgreSQL bastion host with transparent connection forwarding and built-in 2FA/SSO.

Stop the Warpgate process, delete the binary and config directory (/etc/warpgate and /var/lib/warpgate). For Docker, remove containers and volumes.
7.0kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
U
File Management

unison

Bidirectional file sync tool that works across platforms without admin rights, handling conflicts automatically.

Unison is a cross-platform file-synchronization tool for POSIX systems and Windows, supporting bidirectional updates, conflict detection, and efficient communication over SSH or TCP.

Remove using your package manager (e.g., `sudo apt remove unison`) or delete the application manually.
5.3kChecksum
W
Developer Tools

WeTTY

Run a full terminal in your browser via HTTP/HTTPS, with SSH support and fast WebSocket communication.

Browser-based terminal emulator using xterm.js and WebSocket. Connect to local shell or any SSH server. No plugins required.

Run `npm uninstall -g wetty` to remove. If using Docker, stop and remove the container.
5.3k
S
Developer Tools

sish

Expose local services over SSH with zero config — no client needed, full control.

Open source SSH tunneling for HTTP(S), WS(S), TCP, aliases, and SNI. Self-host ngrok/serveo alternative using plain SSH.

For Docker: `docker stop sish && docker rm sish` then delete ~/sish directory. For binary: just remove the executable and config.
4.6kChecksum
G
System Optimization

guacamole-server

Convert VNC/RDP/SSH to web-friendly text protocol for browser-based remote desktop.

Core components of Apache Guacamole: proxy daemon (guacd), libraries, and protocol support for VNC, RDP, SSH, Telnet, enabling clientless remote desktop via web browsers.

Run `sudo make uninstall` in the source directory, or manually remove guacd binary and libraries from /usr/local.
3.8k
O
Developer Tools

Orca

Run multiple AI coding agents (Claude Code, Codex, etc.) in isolated worktrees with your own subscriptions, on desktop and mobile.

Orca is a next-gen IDE that orchestrates parallel AI agents across git worktrees. Bring your own subscription, run agents side-by-side, control from phone.

macOS: Run `brew uninstall --cask stablyai/orca/orca` or drag the app to Trash. Windows: Go to Settings > Apps > Apps & features, find Orca, and uninstall. Linux (Arch): `yay -R stably-orca-bin` or delete extracted folder.
3.3kChecksum
S
System Optimization

sshwifty

Web-based SSH/Telnet client that runs in browser, with Docker support and password protection.

Access SSH and Telnet services directly from your web browser without installing any local software. Sshwifty is easy to deploy via Docker or standalone binary, supports password protection, SOCKS5 proxy, and server-side hooks for custom workflows.

For Docker: docker stop sshwifty && docker rm sshwifty. For prebuilt/source: simply delete the binary and any config files.
3.1kChecksum
S
System Optimization

shellhub

Remotely SSH into any Linux device without public IP or VPN, with built-in session recording and container support.

Centralized SSH gateway for edge and cloud computing, enabling remote access to Linux devices via web or mobile.

Self-hosted: run 'docker-compose down -v' in project directory. Cloud: simply remove devices from dashboard.
2.0kChecksum
Browse All Categories