← 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.

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.