Dev Tools

SSH Config Generator

Generate SSH config (~/.ssh/config) entries with host aliases, identity files, and proxy settings.

SSH Hosts
Host #1
Usage
Save the output below to ~/.ssh/config. Then connect with: ssh myserver
Generated SSH Config
Host myserver
    HostName 192.168.1.100
    User deploy
    IdentityFile ~/.ssh/id_ed25519
Was this page helpful?

Related tools