← Back to all tools
SSH Config Builder
Create common ~/.ssh/config host entries, or import a limited supported subset for editing. Nothing is executed or sent over the network.
Import supported subset
Supports Host, HostName, User, Port, IdentityFile, ProxyJump, LocalForward, RemoteForward, ServerAliveInterval, ServerAliveCountMax, Compression, ControlMaster, ControlPath, ControlPersist, StrictHostKeyChecking, and UserKnownHostsFile. Match and Include are rejected.
Generated config
# Add a host and select Generate config.
Security: Protect private keys and the config file with appropriate permissions (commonly chmod 600). Verify host keys through a trusted channel. StrictHostKeyChecking no and discarding known hosts weaken man-in-the-middle protection. Review imported and generated configuration before use.