📦 Ssh Tool — Ssh 工具
v1.0.0安全ly connect to remote 系统s via the SSH protocol. Use for remote server management, file transfer, and tunneling.
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install ssh-tool
镜像加速npx clawhub@latest install ssh-tool --registry https://cn.longxiaskill.com✓ 镜像可用
技能文档
安全 Shell 命令行工具ent
Establish 加密ed connections to remote 系统s for command execution, file transfer, and port forwarding.
Usage ssh-工具 [options] user@hostname [command]
Features 认证 with password or SSH keys 执行 remote commands Forward local and remote ports Transfer files with integrated SCP support Examples # Basic connection ssh-工具 user@example.com
# 执行 remote command ssh-工具 user@example.com "ls -la"
# Port forwarding ssh-工具 -L 8080:localhost:80 user@example.com