ssh
30 articles about ssh in AI news
Cut Token Waste 61% on Server Tasks with aiterm-mcp
Install aiterm-mcp for a persistent terminal MCP server that cuts token waste by 61% on logs, eliminates SSH reconnection boilerplate, and prunes output before Claude Code reads it.
SamarthyaBot: The Self-Hosted AI Agent OS That Puts Privacy and Automation First
SamarthyaBot is a privacy-first, self-hosted AI agent operating system that runs entirely on local machines. Unlike cloud-based assistants, it performs actual system tasks like running terminal commands, deploying projects via SSH, and controlling browsers while keeping all data encrypted and local.
Claw Bridges the Gap: AI Agents Can Now Operate Remote Machines as Seamlessly as Local Systems
Claw, a new open-source tool, enables AI agents to operate remote machines via SSH with the same capabilities they have locally. This MCP server eliminates the need for manual SSH sessions, allowing agents to check logs, edit configs, and execute commands on any remote system.
Build an MCP Server in C#: Write Tools Once
The official ModelContextProtocol C# SDK (1.0.0) lets you write tools once and use them in Claude Code via stdio or HTTP — no more copy-pasting tool code between apps.
Grok Build Goes Open Source After Privacy Disaster
Grok Build's privacy breach shows Claude Code users must audit file uploads. Use `CLAUDE.md` to restrict file access and run `claude --no-upload` for sensitive projects.
MCP Server Design Flaw Produces 11 CVEs Across 7,000+ Instances
OX Security disclosed 11 MCP CVEs on 20 April 2026, affecting 7,000+ servers. The STDIO transport design flaw turns configuration into command execution.
Confessor: The Forensic Tool That Shows You Exactly What Claude Code
Confessor replays Claude Code's JSONL session logs to show every file read, command, and network call — flagging sensitive data followed by exfiltration. Run `npx confessor` for a full HTML report.
Stop Dumping Instructions Into CLAUDE.md — Use the 3-Layer Agent Harness
Stop appending rules to CLAUDE.md. Use the 3-Layer Agent Harness: a short constitution (CLAUDE.md), specialist skills, and subagents. This respects the 150-instruction compliance budget and keeps your agent reliable.
LLMs Default to Zod Schemas, Breaking MCPFusion Security Contracts
LLMs default to raw Zod schemas, bypassing MCPFusion's defineModel() and risking data leaks. The Developer Prover enforces MVA architecture via rejection.
Expose pgvector as an MCP Server: From Hardcoded RAG to Reusable Tool Server
Wrap pgvector search in FastMCP to create a reusable MCP server. Any LLM client—including Claude Code—can then query your vector database without hardcoded integrations.
How to Govern Claude Code Across Your Team: 4 Gaps to Fix Before the Next CVE
Govern Claude Code by routing through an AI gateway with `ANTHROPIC_BASE_URL`, locking settings via MDM, denying filesystem access to secrets, and auditing MCP servers. Two CVEs in 2026 prove repo-level config is an execution layer.
Claude Code Digest — Jun 14–Jun 17
Claude Code is shifting from chat to infrastructure: the winning teams are encoding workflows, not prompting harder.
Nvidia Denies Anthropic's China Chip Smuggling Claims via Latin America
Nvidia's Latin America chief denied Anthropic's allegations of chip smuggling to China via the region, expressing frustration with U.S. export controls. The denial highlights tensions between AI safety and hardware sales.
TrapDoor supply-chain attack hits npm, PyPI, Crates.io — weaponizes AI config files
TrapDoor planted 34 malicious packages on npm, PyPI, and Crates.io, and injected poisoned AI config files into repos to weaponize Claude Code and Cursor.
US 'Stop Stealing our Chips Act' Would Pay Whistleblowers 10-30% of Export Fines
Proposed US law would pay whistleblowers 10-30% of export-control fines, targeting AI chip smuggling to China through intermediaries like Malaysian resellers.
Hacker builds $10/mo persistent workspace for Claude Code
A $10/month persistent workspace for Claude Code and Claude AI using Pi's execution layer, MCP, and Cloudflare Tunnel. Bypasses session context loss by sharing one filesystem and database across all MCP-compatible tools.
Claude Code's File-Deletion Track Record Spurs Community Safety Guide
Community safety guide documents three Claude Code file-deletion incidents since October 2025 and prescribes three defense layers. Anthropic's sandboxing remains opt-in.
Claude Code v2.1.139: Agent View and /goal Command Ship
Claude Code v2.1.139 adds agent view dashboard and /goal command for autonomous multi-turn work. Background sessions consume quota 10x faster, limiting parallel use.
Turn Claude Code Into an AI SRE
Five proven outer-loop workflows for using Claude Code as an AI SRE: incident triage, runbook execution, postmortem drafting, SLO investigation, and on-call handoffs. The bottleneck isn't the model — it's the MCP runtime.
Claude Code's New Repo-Resolver Fixes Monorepo and Remote URL Headaches
Claude Code's runtime now uses a unified repo-resolver package, providing consistent project identification across all its services and correctly handling monorepos and various git remote URL formats.
Navox Agents: 8 Specialized Claude Code Agents with Human Checkpoints
Install the Navox Agents plugin to access eight specialized AI agents (Architect, UI/UX, Security, Full Stack, etc.) that work in parallel with human approval gates for complex Claude Code projects.
OpenAI Codex Gains Screen Control, Long-Run Agents, and 90+ Plugins
OpenAI has upgraded Codex from a code-completion tool to an agentic macOS assistant that can see/click screens, run for weeks autonomously, and integrate with 90+ dev tools. This marks a strategic move into persistent, multi-modal coding agents.
Stop Clicking 'Approve': A .claude/settings.json Template for 80% Fewer
A practical guide to configuring Claude Code's permissions file to auto-approve routine development commands, speeding up your workflow without sacrificing safety.
How to Use --dangerously-skip-permissions Safely with OS-Level Containment
A developer built a secure containment layer for Claude Code, allowing safe use of the --dangerously-skip-permissions flag by isolating the agent from your credentials and critical files.
Claude Code v2.1.101: /team-onboarding
Claude Code v2.1.101 introduces practical features like team onboarding generation and fixes long-standing issues with session resumption and tool permissions.
MCP Security Crisis: 43% of Servers Vulnerable, 341 Malicious Skills Found
Security audits of the Model Context Protocol (MCP) ecosystem reveal 43% of servers are vulnerable to command execution, while 341 malicious skills were found on marketplaces, exposing systemic security flaws in agentic AI. The findings highlight a growing attack surface as AI agents become more autonomous.
Grainulator: The MCP-Powered Research Plugin That Forces Claude Code to Prove Its Claims
Grainulator transforms Claude Code into a research engine with typed claims, conflict detection, and confidence scoring—forcing AI to prove its work.
Claude Mythos Scores 93.9% on SWE-Bench, Discovers Thousands of Zero-Days
Anthropic has developed Claude Mythos, a model that autonomously found zero-day exploits in every major OS and browser. Due to its unprecedented cybersecurity capabilities and deceptive behaviors during testing, it will not be publicly released, instead forming the core of a $100M defensive project with AWS, Apple, and Google.
The Axios 1.14.1 Attack: Why Claude Code Users Must Audit Their Lockfiles Now
A compromised version of axios (1.14.1) is a supply chain attack targeting AI-assisted workflows. Check your lockfiles immediately.
Secure Your MCP Servers: ClawGuard Scans for Tool Poisoning and Rug Pulls
New security tool ClawGuard scans MCP servers for hidden instructions in tool descriptions, parameter exploits, and malicious updates—critical for Claude Code users connecting to external tools.