SSH Config Generator
Generate SSH config file entries to simplify server connections. Instead of typing long ssh commands, just use aliases like `ssh prod`.
Supported Options
- Custom ports and usernames
- Identity file (private key) paths
- ProxyJump for bastion/jump hosts
- Port forwarding (local and remote)
- Keep-alive intervals
- Agent forwarding and compression
Usage
Copy the generated config to ~/.ssh/config, then connect using just `ssh alias` instead of the full command.