Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

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.

95% relevant

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.

80% relevant

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.

75% relevant

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.

96% relevant

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.

50% relevant

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.

70% relevant

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.

100% relevant

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.

100% relevant

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.

85% relevant

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.

98% relevant

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.

100% relevant

Claude Code Digest — Jun 14–Jun 17

Claude Code is shifting from chat to infrastructure: the winning teams are encoding workflows, not prompting harder.

95% relevant

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.

95% relevant

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.

85% relevant

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.

93% relevant

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.

90% relevant

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.

100% relevant

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.

100% relevant

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.

100% relevant

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.

88% relevant

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.

100% relevant

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.

86% relevant

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.

100% relevant

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.

100% relevant

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.

96% relevant

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.

77% relevant

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.

100% relevant

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.

97% relevant

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.

84% relevant

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.

91% relevant