Built-in Ed25519 CA. Three commands from zero to certificate-authenticated SSH. No passwords in prompts. No key sprawl.
Password-based SSH authentication is the weakest link. Passwords end up in scripts, config files, environment variables, and AI agent context windows. SSH key management creates key sprawl — dozens of keys across machines with no centralized authority. Revoking access means hunting down authorized_keys entries on every server.
sshDCommander includes a built-in Ed25519 certificate authority. Three commands: ca init to create the CA, ca sign to issue a certificate, ca deploy to configure the server. Certificate auth is additive — it does not disable password auth. Dry-run mode and automatic rollback protect against misconfiguration.
Generate a certificate authority keypair locally. No external PKI infrastructure needed. Ed25519 for modern, fast cryptography.
ca init, ca sign, ca deploy. From zero to certificate-authenticated SSH in under a minute.
Dry-run mode previews sshd_config changes. sshd -t validation before reload. Automatic rollback on failure. Backup of existing config.
Certificate auth is added alongside existing password auth. Nothing is disabled. You can fall back to password if needed.
5-day free trial. No credit card required.
Start Free Trial