# /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 ----- # bld-01 Host bld-01 User etorres IdentityFile=~/.ssh/bld-01 HostName 192.168.1.8 # bld-02 Host bld-02 User etorres IdentityFile=~/.ssh/bld-02 HostName 192.168.1.9 # log-01 Host log-01 User etorres IdentityFile=~/.ssh/log-01 HostName 192.168.1.12 # minecraft1 Host minecraft1 User etorres IdentityFile=~/.ssh/minecraft1 HostName 192.168.1.6 # srv-01 Host srv-01 User etorres IdentityFile=~/.ssh/srv-01 HostName 192.168.1.7 # web-01 Host web-01 User etorres IdentityFile=~/.ssh/web-01 HostName 192.168.1.5