Host prod-web-*
    User deploy
    Port 22
    IdentityFile ~/.ssh/deploy_key
    StrictHostKeyChecking no
    
Host prod-db-*
    User postgres
    Port 22
    IdentityFile ~/.ssh/db_key
    ProxyJump bastion.example.com

Host *.staging
    User staging
    IdentityFile ~/.ssh/staging_key
