by shihuili1218
The SSH client built to be an AI ops copilot · 为 AI 运维而生的 SSH 客户端(macOS/Windows/Linux/Android)
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
# Add to your Claude Code skills
git clone https://github.com/shihuili1218/rsshGuides for using ai agents skills like rssh.
Last scanned: 6/9/2026
{
"issues": [
{
"type": "npm-audit",
"message": "devalue: Svelte devalue: DoS via sparse array deserialization",
"severity": "high"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "svelte: Svelte SSR vulnerable to cross-site scripting via spread attributes",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-06-09T07:48:53.146Z",
"npmAuditRan": true,
"pipAuditRan": true
}The SSH client built to be an AI ops copilot.
Connect to a host and just ask "why is the disk full?" — the AI proposes commands, flags their side effects, and runs them in your terminal only after you approve. Sensitive data is redacted locally before anything leaves your machine.
Desktop · Mobile · JetBrains · CLI — one shared data store.
Not another chat box. It reads what is actually happening in your terminal, proposes read-first commands, each annotated with its side effects and gated behind an explicit "Run" click. Before any payload leaves your machine it passes a shape validator and local redaction — your keys and internal addresses never go out verbatim.

Every command and its output become a block with a color-coded left edge. In a thousand-line scrollback you spot the previous command's output at a glance. Rendered fully locally — zero remote dependency, no agent installed on the server.

rssh profile open prod launches a session from any terminal — the CLI and GUI share one SQLite store. The same hosts and keys also run on mobile and inside a JetBrains tool window.

~/.ssh/configDownload from Releases:
| Platform | File | Notes |
|---|---|---|
| macOS Apple Silicon | rssh-{ver}-macos-aarch64.dmg |
|
| macOS Intel | rssh-{ver}-macos-x86_64.dmg |
|
| Linux (deb) | rssh-{ver}-linux-x86_64.deb |
Debian/Ubuntu |
| Linux (rpm) | rssh-{ver}-linux-x86_64.rpm |
Fedora/RHEL |
| Linux (AppImage) | rssh-{ver}-linux-x86_64.AppImage |
Any distro |
| Windows | rssh-{ver}-windows-x86_64.msi |
Silent install: msiexec /i |
| Windows | rssh-{ver}-windows-x86_64-setup.exe |
GUI installer |
| Windows | rssh-{ver}-windows-x86_64-portable.zip |
Portable GUI + CLI |
| Android | rssh-{ver}-android-universal.apk |
|
| iOS | No official build; build it yourself |
Run the full RSSH UI inside a JetBrains IDE tool window — same hosts, keys and
settings as the desktop app (shared ~/.rssh). Each zip bundles a headless
rssh-server, so it's self-contained and per-OS:
| Platform | File |
|---|---|
| macOS Apple Silicon | rssh-{ver}-macos-aarch64-jetbrains-plugin.zip |
| macOS Intel | rssh-{ver}-macos-x86_64-jetbrains-plugin.zip |
| Linux | rssh-{ver}-linux-x86_64-jetbrains-plugin.zip |
| Windows | rssh-{ver}-windows-x86_64-jetbrains-plugin.zip |
Install: Settings → Plugins → ⚙ → Install Plugin from Disk…, pick the zip for your OS and restart. Open the RSSH tool window (bottom) to start; the ✕ in its title bar stops the embedded server.
See CONTRIBUTING.md.
MIT
rssh is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by shihuili1218. The SSH client built to be an AI ops copilot · 为 AI 运维而生的 SSH 客户端(macOS/Windows/Linux/Android). It has 426 GitHub stars.
rssh returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/shihuili1218/rssh" and add it to your Claude Code skills directory (see the Installation section above).
rssh is primarily written in Rust. It is open-source under shihuili1218 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh rssh against similar tools.
No comments yet. Be the first to share your thoughts!