ssh-tunnel
CommunityMaster SSH tunnels for secure remote access.
System Documentation
What problem does it solve?
SSH tunneling, port forwarding, and remote access setup often require manual, error-prone commands across environments. This Skill streamlines creating secure tunnels, jump hosts, and key management by consolidating patterns into repeatable actions.
Core Features & Use Cases
- Local Forward, Remote Forward, and Dynamic Forward patterns for secure access to services behind firewalls.
- Jump hosts, ProxyJump/ProxyCommand workflows, and port forwarding through bastions for multi-hop architectures.
- SSH multiplexing, key management, and secure file transfers with scp/rsync.
Quick Start
To establish a local forward to a remote service, run: ssh -L 5432:localhost:5432 user@remote-server To set up a dynamic proxy, run: ssh -D 1080 user@remote-server You can also use a remote-forward example: ssh -R 8080:localhost:3000 user@remote-server
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ssh-tunnel Download link: https://github.com/gitgoodordietrying/moltbook-app/archive/main.zip#ssh-tunnel Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.