SSH Config Generator
Build ~/.ssh/config Host entries from simple form fields.
Host entries
~/.ssh/config
Host myserver
HostName 203.0.113.10
User deploy
IdentityFile ~/.ssh/id_ed25519About the SSH Config Generator
Fill in Host alias, HostName, User, Port, IdentityFile, and ForwardAgent for one or more servers and generate ready-to-paste ~/.ssh/config entries, with support for multiple hosts at once.
Examples
Simple server
Host myserver, HostName 203.0.113.10Output
Host myserver
HostName 203.0.113.10Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
.editorconfig Generator
Dev Utilities
Create an .editorconfig file with per-language overrides.
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Bash Alias Generator
Dev Utilities
Create shell aliases for Bash, Zsh or Fish with correct quoting.
Chmod Calculator
Dev Utilities
Unix permission calculator: checkboxes, octal, and symbolic.
Cron Expression Builder & Parser
Dev Utilities
Build, explain and preview cron schedules with timezone-aware next runs.
Crontab to Human Readable
Dev Utilities
Translate whole crontab files into plain English, line by line.
Frequently asked questions
Comments
No login needed. Comments appear after a quick review.
Loading comments…
Version 1.0.0 · Updated 2026-08-11 · Runs entirely in your browser