ssh-tunnelSSH tunneling, port forwarding, and remote access patterns. Use when setting up local/remote/dynamic port forwards, configuring jump hosts, managing SSH keys, multiplexing connections, transferring files with scp/rsync, or debugging SSH connection issues.
Install via ClawdBot CLI:
clawdbot install gitgoodordietrying/ssh-tunnelRequires:
Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Developers working from home need to access a PostgreSQL database behind a corporate firewall. Using local port forwarding, they can securely tunnel database traffic through an SSH server, allowing them to connect as if the database were local. This ensures data security while enabling remote productivity without exposing the database directly to the internet.
A web developer creates a local application on port 3000 and needs to share it with a remote client for feedback. By setting up a remote port forward, the developer makes the local server accessible on the client's remote machine via a specific port. This eliminates the need for complex deployment or public hosting during development phases.
Employees traveling or working remotely require secure internet access to bypass network restrictions or protect sensitive data. By establishing a dynamic port forward, they create a SOCKS5 proxy that routes all browser traffic through a trusted corporate server. This provides encrypted browsing and access to internal resources without compromising security.
System administrators need to access internal servers located in private subnets, such as application or database servers, through a bastion host. Using ProxyJump or ProxyCommand in SSH configs, they can securely chain connections without exposing internal systems. This simplifies access management and enhances security in cloud or on-premise environments.
Organizations need to regularly back up files from local servers to remote storage using secure protocols like scp or rsync. By leveraging SSH key management and agent forwarding, automated scripts can transfer data without manual password entry. This ensures reliable, encrypted backups for compliance and disaster recovery purposes.
Offer a subscription-based service that provides managed SSH tunneling solutions for businesses needing secure remote access. This includes setup, monitoring, and support for port forwarding, jump hosts, and key management. Revenue is generated through monthly or annual fees based on the number of users or servers managed.
Provide consulting services to help organizations implement and optimize SSH tunneling configurations, such as setting up secure bastion hosts or debugging connection issues. Offer training workshops on advanced SSH usage, key management, and security best practices. Revenue comes from hourly consulting rates and fixed-price training packages.
Develop and sell plugins or integrations that embed SSH tunneling capabilities into popular IDEs, CI/CD platforms, or cloud management tools. This enables developers to seamlessly access remote resources without manual configuration. Revenue is generated through one-time purchases or subscription models for enterprise features.
💬 Integration Tip
Integrate SSH tunneling with existing infrastructure by automating configurations in version-controlled SSH config files and using tools like Ansible for deployment. Ensure security by regularly rotating keys and monitoring connection logs.
Scored Apr 15, 2026
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-agent system for cluster operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), G...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Run a single command on a remote Tailscale node via SSH without opening an interactive session.