SSH Config Helper
Generate or parse a limited SSH Host config block locally.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Avoid live production secrets; use dummy or masked data where possible. Data handling details
Generated Host block
How it works
Generates and parses one bounded OpenSSH Host block subset: Host, HostName, User, Port, IdentityFile, ProxyJump, ForwardAgent, ServerAliveInterval, and StrictHostKeyChecking (yes, no, ask, or accept-new, which adds unknown host keys automatically but still refuses a changed key). It does not support Include, Match, multiple blocks, arbitrary directives, full SSH config syntax, connectivity checks, or private-key validation. Quoted values are supported only for generated IdentityFile paths with spaces.