SSH Config Generator

Build ~/.ssh/config Host entries from simple form fields.

Support
Works Offline
Privacy First
No Login
No API

Host entries

~/.ssh/config

About 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.10

Output

Host myserver
    HostName 203.0.113.10

Keyboard 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

Frequently asked questions

Version 1.0.0 · Updated 2026-08-11 · Runs entirely in your browser