← 返回
未分类

Ssh Tool

Securely connect to remote systems via the SSH protocol. Use for remote server management, file transfer, and tunneling.
通过SSH协议安全连接远程系统,用于远程服务器管理、文件传输和隧道。
dinghaibin
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#latest

概述

Secure Shell Client

Establish encrypted connections to remote systems for command execution, file transfer, and port forwarding.

Usage

ssh-tool [options] user@hostname [command]

Features

  • Authenticate with password or SSH keys
  • Execute remote commands
  • Forward local and remote ports
  • Transfer files with integrated SCP support

Examples

# Basic connection
ssh-tool user@example.com

# Execute remote command
ssh-tool user@example.com "ls -la"

# Port forwarding
ssh-tool -L 8080:localhost:80 user@example.com

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Xxd Tool

dinghaibin
创建二进制文件的十六进制转储,将转储恢复为二进制,并进行位级分析与修补。适用于逆向工程、二进制分析等关键任务。
★ 0 📥 366

Unexpand Tool

dinghaibin
将文本文件中的空格转为制表符,保持统一缩进并减小文件大小。
★ 0 📥 387

Datetime Tool

dinghaibin
全面的日期时间操作工具包,支持多种格式、时区转换、日历计算、自然语言解析以及日期...
★ 0 📥 411