SSH,
at your fingertips.

A native macOS toolbox for SSH power users. Edit your ~/.ssh/config with option pickers, generate and manage key pairs, prune known_hosts, and run privileged scripts — all without leaving the app.

Help Center →
SSH Config Manager
Sections
Config
Known Hosts
SSH Keys
Scripts
Host prod-web-*
HostName 10.0.1.%h
User deploy
IdentityFile ~/.ssh/prod_ed25519
ForwardAgent yes

Visual Config Editor

40+ SSH options, each with its own picker, description, and sensible defaults. No more hunting through man ssh_config — click, pick, save.

Compressionyes
ServerAliveInterval60
StrictHostKeyCheckingaccept-new
LocalForward8080 localhost:80

Key Management

Generate ED25519, RSA, or ECDSA keys with a click. View fingerprints, copy public keys, and never touch ssh-keygen manually again.

id_ed25519
SHA256:KzPQ...m8x3
ED25519
prod_ed25519
SHA256:8fX2...aRe9
ED25519

Known Hosts, Clean

Browse, search, and remove entries from known_hosts — including hashed hosts. No more editing text files or cryptic host-mismatch errors.

Search by hostname • remove with one click

Privileged Scripts

Run shell scripts that need sudo. Three-tier escalation: Touch ID first, falling back to admin-password prompt — all handled by macOS Authorization Services.

Touch ID → admin password → osascript

System Requirements

OS
macOS 13 (Ventura) or later
Processor
Apple Silicon or Intel
Disk Space
10 MB

Ready to tame SSH?

Download SSH Config Manager and manage your entire SSH setup from one native macOS window.

First launch tips? See the Help Center →