Koens IT

Professional SSH Management Utilities for Windows Systems

Google Adsense - Top Banner

Why Koens IT Tools?

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.

1. ssh-remove-host

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.

Usage Example:

ssh-remove-host 192.168.1.50
Pro Tip: Use the --dry-run flag to see what would be removed without actually modifying your file.
Download v1.1.0 (.zip)
Google Adsense - In-feed Ad

2. ssh-copy-id

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.

Usage Example:

ssh-copy-id dion@86.87.118.228
Download v1.0.2 (.zip)

Installation Guide

To use these tools from any command prompt or PowerShell window:

  1. Download and extract the .exe file.
  2. Create a folder (e.g., C:\Tools) and move the file there.
  3. Add C:\Tools to your System Environment Variables (PATH).
  4. Restart your terminal, and you're good to go!
Google Adsense - Bottom Banner