返回目录
其他 插件

dsh-remote-exec

moreWax/dsh-remote-exec

SSH / MOSH / SAM remote execution providers for DeepSeek Harness — run the agent locally, execute on your servers

Stars
0
Forks
0
Issues
0
更新
27 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:moreWax/dsh-remote-exec

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

dsh-remote-exec

Run DeepSeek Harness locally, execute on your server. One plugin; the agent's file tools and shell operate on a remote machine over SSH or mosh.

- id: remote-exec
  name: '@morewax/dsh-remote-exec'
  config:
    driver: ssh          # ssh | mosh
    host: gpu-box        # or a Tailscale MagicDNS name
    user: me
    root: /home/me/work  # remote workspace
    tailscale: true      # keyless tailnet auth (ssh/mosh)

Drivers

Driver Exec & files Interactive terminal Auth
ssh OpenSSH ssh PTY keys, or tailscale: true for keyless tailnet identity
mosh via ssh native mosh — roaming-safe, survives sleep same as ssh

Install

dsh plugin --profile default add github:moreWax/dsh-remote-exec

Development

pnpm install
pnpm run typecheck
pnpm test          # offline suites
pnpm build

# live end-to-end over ssh (needs key auth to the target):
DSH_REMOTE_LIVE=1 DSH_REMOTE_HOST=127.0.0.1 DSH_REMOTE_USER=$USER \
DSH_REMOTE_ROOT=/tmp/remote-test pnpm test

Status

Built against DeepSeek Harness 0.1.1-rc.x (developer preview). Remote shell and filesystem are verified end-to-end over SSH; mosh interactive uses the standard mosh client behavior.

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类其他
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。