Linjiangxian0203/dsh-remote-tunnel

Plugin ⭐ 3 MIT ecosystemsocial

Remote Host Tunnel Manager for dsh: remote port allocation + registry + resilient SSH tunnel

Install

# 1. Install (published npm package)
dsh plugin --profile remote add dsh-remote-tunnel

# 2. Confirm your server is visible (Host aliases from ~/.ssh/config are auto-discovered)
dsh --profile remote hosts
#    not there? define one:
dsh --profile remote hosts add lab --host 192.0.2.10 --user alice --workspace /home/alice/project

# 3. First run: a health check tells you step by step what's missing
#    (keys / Node / dsh / registry / systemd)
dsh --profile remote check lab

# 4. Bring the tunnel up; the browser opens the remote dsh web
dsh --profile remote up lab --open

# Everyday: status / down / logs / audit
dsh --profile remote down lab

Add Linjiangxian0203/dsh-remote-tunnel to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.