← 返回
开发者工具 中文

Ssh Exec

Run a single command on a remote Tailscale node via SSH without opening an interactive session.
通过 SSH 在远程 Tailscale 节点上运行单条命令,无需开启交互式会话。
xejrax
开发者工具 clawhub v1.0.0 1 版本 99817.4 Key: 无需
★ 0
Stars
📥 4,372
下载
💾 29
安装
1
版本
#latest

概述

SSH Exec Skill

Run a single command on a remote Tailscale node via SSH without opening an interactive session. Requires SSH access to the target (key in ~/.ssh/ or SSH_AUTH_SOCK) and SSH_TARGET env var (e.g., 100.107.204.64:8022).

Execute a Remote Command

Run a command on the target and return stdout/stderr:

ssh -p 8022 user@100.107.204.64 "uname -a"

Execute with Custom Port

Use the SSH_TARGET env var:

ssh -p "${SSH_PORT:-22}" "$SSH_HOST" "df -h"

Run a Script Remotely

Pipe a local script to the remote host:

ssh -p 8022 user@100.107.204.64 'bash -s' < local-script.sh

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 10:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Pdf Extract

xejrax
从PDF文件中提取文本供大模型处理
★ 33 📥 33,751
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,293
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,814