Give Claude Code, Cursor, Windsurf, and any AI agent persistent SSH access to your remote servers.
AI agents like Claude Code, Cursor, and GitHub Copilot need to execute commands on remote servers. But every tool call is stateless. The SSH connection drops between invocations. The agent reconnects, re-authenticates, and loses context every single time. Credentials end up in prompts. Complex commands break due to shell metacharacter re-interpretation across layers.
sshDCommander runs a persistent daemon that keeps SSH connections alive across all tool calls. The AI agent calls simple CLI commands. The daemon routes them through the existing SSH session. Credentials stay in the OS keyring. Server profiles eliminate connection details from prompts.
SSH connections survive between tool calls. No reconnect overhead. The daemon manages the full lifecycle.
Server profiles + OS keyring integration. No passwords in prompts, no key material in context windows.
Every request requires --client-id. Full traceability: which agent ran which command on which server.
The -s flag wraps commands in a temp script, uploads, executes, and cleans up. No more broken pipes or quotes.
5-day free trial. Works with any AI client that can execute shell commands.