Linjiangxian0203/dsh-remote-tunnel

插件 ⭐ 3 MIT ecosystemsocial

适用于dsh的远程主机隧道管理器:远程端口分配 + 注册表 + 弹性SSH隧道

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

安装

# 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

Linjiangxian0203/dsh-remote-tunnel 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。