# /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 # lax-01 (Linode public-facing server) Host lax-01 User etorres IdentityFile=~/.ssh/lax-01 HostName lax-01.tail755c5.ts.net # rsync.net storage space Host rsyncnet User fm1833 IdentityFile=~/.ssh/rsync.net HostName fm1833.rsync.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 db-mdb11 User etorres IdentityFile=~/.ssh/dbservers HostName 192.168.1.13 Host db-pg15 User etorres IdentityFile=~/.ssh/dbservers HostName 192.168.1.14 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 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 web-01 User etorres IdentityFile=~/.ssh/web-01 HostName 192.168.1.5 Host microos-test-01 User etorres IdentityFile=~/.ssh/microos-test-01 HostName 192.168.1.165