
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
ssh-nexus
Advanced tools
在日常的网络学习和运维中,一台设备往往需要反复登录:自己要在终端里敲命令,AI 助手也想查看同一台设备的状态,浏览器里还开着另一个终端窗口。多份连接互相看不见对方的操作,输出各存一份,很容易出现命令重复执行、状态对不上的情况。
SSH Nexus 希望把「人、AI、Web 页面」连接到同一条 SSH 会话上:所有人看到同样的实时输出,凭据在本机加密保存,常用命令可以整理成命令集反复调用。
在 PowerShell 中执行:
uv tool install --python 3.12 ssh-nexus
安装完成后,MCP 客户端使用以下配置:
{
"mcpServers": {
"ssh-nexus": {
"command": "ssh-nexus"
}
}
}
如果 MCP 客户端找不到 ssh-nexus,请执行:
uv tool update-shell
然后重新启动 MCP 客户端。
完成 MCP 配置后,可以直接对 AI 说:
请启动并打开 SSH Nexus Web 控制台。
AI 会启动本地服务并打开:
http://localhost:3100
进入工作台后即可添加 SSH 目标、保存凭据、连接设备并开始操作。数据默认保存在本机的 SSH Nexus 数据目录中,更换 MCP 客户端的工作目录不会丢失已有配置。
uv tool upgrade ssh-nexus
FAQs
AI-assisted SSH session and command-set workspace
We found that ssh-nexus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.