// hosts
click a host to edit
// quick reference
Host - alias you type in terminal
HostName - real IP or domain
User - login username
Port - default is 22
IdentityFile - path to private key
ProxyJump - jump through another host
ServerAliveInterval - keepalive seconds
ForwardAgent - pass key to remote
// output
~/.ssh/config
# Add a host on the left to generate config
// how to use
1. Add your hosts above
2. Copy the config block
3. Paste into ~/.ssh/config
4. Set permissions: chmod 600 ~/.ssh/config
5. Connect: ssh myserver