dotfiles/ssh/config.xenon

84 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-09-04 22:21:01 -07:00
# /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
# pve-01k (pikvm)
Host pve01k
User etorres
IdentityFile=~/.ssh/pve-01k
HostName 192.168.1.4
Port 22
# oxygen (Linode public-facing server)
Host oxygen
User etorres
IdentityFile=~/.ssh/lax-01
HostName oxygen.tail755c5.ts.net
# lax-01 (Linode public-facing server)
Host lax01
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 =====
# borg-krypton
Host borg-krypton
User borg
IdentityFile=~/.ssh/borg-krypton
HostName 192.168.1.3
# pve-01
Host pve01
User etorres
IdentityFile=~/.ssh/pve-01
HostName 192.168.1.3
# ----- VMs -----
2024-09-09 22:48:07 -07:00
# minecraft1
2024-09-04 22:21:01 -07:00
Host minecraft1
User etorres
IdentityFile=~/.ssh/minecraft1
HostName 192.168.1.6
2024-09-09 22:48:07 -07:00
# srv-01
2024-09-04 22:21:01 -07:00
Host srv01
User etorres
IdentityFile=~/.ssh/srv-01
HostName 192.168.1.7
2024-09-09 22:48:07 -07:00
# srv-02
Host srv02
2024-09-04 22:21:01 -07:00
User etorres
2024-09-09 22:48:07 -07:00
IdentityFile=~/.ssh/srv-02
2024-09-04 22:21:01 -07:00
HostName 192.168.1.8
2024-09-09 22:48:07 -07:00
# web-01
Host web01
User etorres
IdentityFile=~/.ssh/web-01
HostName 192.168.1.5