Skip to content

Release v0.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Nov 16:59
· 51 commits to main since this release

SSH & SFTP Remote Tool with MCP Support

🚀 一键安装 (推荐)

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell 管理员权限)

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📖 详细安装文档: INSTALL.md


📦 手动下载

请根据您的操作系统选择对应的二进制文件:

  • Linux (x86_64): sshx-linux-amd64.tar.gz
  • Linux (ARM64): sshx-linux-arm64.tar.gz
  • macOS (Intel): sshx-darwin-amd64.tar.gz
  • macOS (Apple Silicon): sshx-darwin-arm64.tar.gz
  • Windows (x86_64): sshx-windows-amd64.zip

📝 手动安装方法

Linux / macOS

# 下载并解压
tar xzf sshx-<platform>-<arch>.tar.gz

# 移动到系统路径
sudo mv sshx /usr/local/bin/

# 赋予执行权限
sudo chmod +x /usr/local/bin/sshx

# 验证安装
sshx --help

Windows

# 解压 zip 文件
# 将 sshx.exe 添加到系统 PATH
# 或直接在解压目录下使用

功能特性

  • ✅ SSH 远程命令执行
  • ✅ SFTP 文件传输(上传/下载/列表/创建目录/删除)
  • ✅ 跨平台密码管理(系统 Keyring)
  • ✅ 命令安全检查(防止危险操作)
  • ✅ MCP (Model Context Protocol) 支持
  • ✅ Sudo 密码自动填充

校验和

请使用 checksums.txt 验证下载文件的完整性:

sha256sum -c checksums.txt

更新日志

查看 CHANGELOG.md 了解详细更新内容。