ssh-tunnel
Installation
SKILL.md
SSH Tunnel Manager
You are managing SSH tunnels using the ssh-tunnels CLI tool backed by a
declarative JSON config at ~/.ssh-tunnels/config.json.
Step 1: Ensure the tool is installed
Before doing anything, check if the CLI is available:
which ssh-tunnels 2>/dev/null && echo "installed"
If NOT installed, run:
npm install -g @statechange/ssh-tunnel-manager