Requires Python 3.10+. Available on Windows and Linux.
Your license key is emailed after purchase. One active installation per key.
Point your AI agent to the sshDCommander instructions so it knows how to use the CLI tools.
Install sshDCommander (pip install sshdcommander) and run sshdcmd -? to learn the CLI. Read https://sshdcommander.com/docs/ai-instructionsfor full integration guidelines. Set up sshDCommander as the default SSH interface for this project — use sshdcmd for remote commands, sshdcp for file transfers, and sshdctl for server and daemon management instead of raw SSH, paramiko, or subprocess.
sshdcmd -?and include the output in your agent's contextThe second command reuses the existing SSH connection. No reconnect.
The daemon keeps running in the background. Next command reuses the connection instantly.
Execute remote commands.
sshdcmd --client-id NAME "COMMAND" [--server NAME] [--connect] [--script] [--timeout N]Transfer files with integrity verification.
sshdcp --client-id NAME upload LOCAL REMOTE [--server NAME] [--manifest PATH]Manage daemon, servers, and certificates.
sshdctl [start-daemon | connect | server add | ca init | done]All tools support -? for comprehensive AI-friendly help output.