Ssh
Simple config example. First match counts! So specific host configs first.
Host dev
HostName dev.example.com|IP
User john
Port 2342
IdentityFile path/to/private.key
To include a ssh file use:
Match all
Include full/path/to/config
You need Match all or the hosts won’t be matched!