Professional SSH Management Utilities for Windows Systems
Managing SSH connections on Windows has historically been a clunky experience compared to Linux. While Windows now includes OpenSSH by default, essential scripts like ssh-copy-id are still missing. Our tools are built in Rust to provide high-performance, standalone executables that require no installation or dependencies.
Cleaning up your known_hosts file after a server reinstall is tedious. This tool automates the process by matching IPs, hostnames, and even resolving DNS to ensure all old keys are purged.
ssh-remove-host 192.168.1.50
--dry-run flag to see what would be removed without actually modifying your file.
The standard way to enable passwordless login. This utility scans your local .ssh folder for public keys and securely appends them to the remote server's authorized_keys file.
ssh-copy-id dion@86.87.118.228
Download v1.0.2 (.zip)
To use these tools from any command prompt or PowerShell window:
.exe file.C:\Tools) and move the file there.C:\Tools to your System Environment Variables (PATH).