# /home/etorres/.ssh/config Host * Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com IdentitiesOnly yes IdentityAgent none 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.100.2 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 Host nbg-01 User etorres IdentityFile=~/.ssh/nbg-01 HostName nbg-01.tail755c5.ts.net # ===== pve-01 + VMs ===== # pve-01 Host pve-01 User etorres IdentityFile=~/.ssh/pve-01 HostName 192.168.100.3 # pve-02 Host pve-02 User etorres IdentityFile=~/.ssh/pve-02 HostName 192.168.100.4 # pve-03 Host pve-03 User etorres IdentityFile=~/.ssh/pve-03 HostName 192.168.100.5 # ----- VMs ----- Host app-01 User etorres IdentityFile=~/.ssh/app-01 HostName 192.168.1.3 Host aur-01 User etorres IdentityFile=~/.ssh/aur-01 HostName 192.168.1.4 Host borg-01 User etorres IdentityFile=~/.ssh/borg-01 HostName 192.168.1.5 Host db-mdb11 User etorres IdentityFile=~/.ssh/dbservers HostName 192.168.1.6 Host db-pg17 User etorres IdentityFile=~/.ssh/dbservers HostName 192.168.1.7 Host dev-01 User etorres IdentityFile=~/.ssh/dev-01 HostName 192.168.1.94 Host fs-01 User etorres IdentityFile=~/.ssh/fs-01 HostName 192.168.1.8 Host gms-01 User etorres IdentityFile=~/.ssh/gms-01 HostName 192.168.3.2 Host log-01 User etorres IdentityFile=~/.ssh/log-01 HostName 192.168.1.2 Host print-01 User etorres IdentityFile=~/.ssh/print-01 HostName 192.168.2.2 Host test-nixos User etorres IdentityFile=~/.ssh/test-nixos HostName 192.168.1.157 Host web-01 User etorres IdentityFile=~/.ssh/web-01 HostName 192.168.1.9