# /home/etorres/.ssh/config
Host *
    Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com

Host aur.archlinux.org
  IdentityFile ~/.ssh/aur
  User aur

# GitHub
Host github.com
    User git
    IdentityFile=~/.ssh/github
    HostName github.com

# Gitea
Host git.its-et.me
    User git
    IdentityFile=~/.ssh/gitea
    Port 2200
    HostName git.its-et.me

# kvm-01 (pikvm)
Host kvm-01
    User etorres
    IdentityFile=~/.ssh/kvm-01
    HostName 192.168.1.4
    Port 22

# rsync.net storage space
Host rsyncnet
    User fm1833
    IdentityFile=~/.ssh/rsync.net
    HostName fm1833.rsync.net

# ===== VPS =====
Host hel-01
    User etorres
    IdentityFile=~/.ssh/hel-01
    HostName hel-01.tail755c5.ts.net

Host lax-01
    User etorres
    IdentityFile=~/.ssh/lax-01
    HostName lax-01.tail755c5.ts.net

# ===== pve-01 + VMs =====
# pve-01
Host pve-01
    User etorres
    IdentityFile=~/.ssh/pve-01
    HostName 192.168.1.3

# ----- VMs -----
Host aur-01
    User etorres
    IdentityFile=~/.ssh/aur-01
    HostName 192.168.1.8

Host borg-01
    User etorres
    IdentityFile=~/.ssh/borg-01
    HostName 192.168.1.34

Host db-mdb11
    User etorres
    IdentityFile=~/.ssh/dbservers
    HostName 192.168.1.13

Host db-pg15
    User etorres
    IdentityFile=~/.ssh/dbservers
    HostName 192.168.1.29

Host db-pg17
    User etorres
    IdentityFile=~/.ssh/dbservers
    HostName 192.168.1.14

Host dev-01
    User etorres
    IdentityFile=~/.ssh/dev-01
    HostName 192.168.1.94

Host dev-02
    User etorres
    IdentityFile=~/.ssh/dev-02
    HostName 192.168.1.31

Host gms-01
    User etorres
    IdentityFile=~/.ssh/gms-01
    HostName 192.168.1.6

Host log-01
    User etorres
    IdentityFile=~/.ssh/log-01
    HostName 192.168.1.12

Host obs-01
    User etorres
    IdentityFile=~/.ssh/obs-01
    HostName 192.168.1.9

Host srv-01
    User etorres
    IdentityFile=~/.ssh/srv-01
    HostName 192.168.1.7

Host stg-01
    User etorres
    IdentityFile=~/.ssh/stg-01
    HostName 192.168.1.15

Host test-microos
    User etorres
    IdentityFile=~/.ssh/test-microos
    HostName 192.168.1.165

Host web-01
    User etorres
    IdentityFile=~/.ssh/web-01
    HostName 192.168.1.5