ZhangFengshun/dsh-remote-ssh ↗★ 14
@zhangfengshun/dsh-remote-ssh
DSH web plugin: VSCode Remote-SSH-like remote development (SSH to supercomputers/servers, remote workspace, file explorer, integrated terminal), integrated with dsh-better-sidebar and DSH settings.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZhangFengshun/dsh-remote-ssh说明文档
阅读完整 README ↗使用
三步上手
- 设置 → 远程连接 → 添加连接(主机 / 端口 / 用户 / 密钥)→ 点「测试连接」验证;已有
~/.ssh/config可直接一键导入 - 添加工作区 → 选「选择远程目录…」→ 选连接 → 浏览并选择远程目录(该目录会成为原生 DSH 工作区)
- 进入该工作区会话:内置「文件」页签直接显示远程文件(编辑保存直写远程),「终端」页签自动 SSH 到远程主机(仅密钥认证)
会话内直接对模型说(远程工作区会话中免填连接参数):
看看 /home/user/project 下有什么,然后把 train.py 的第 20 行改掉
跑一下 squeue -u $USER,把排队情况整理成表格
把这个目录的 *.log 里含 ERROR 的行抓出来