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
|
|
|
|
|
2025-01-12 17:58:04 -08:00
|
|
|
# kvm-01 (pikvm)
|
|
|
|
Host kvm-01
|
2024-09-04 22:21:01 -07:00
|
|
|
User etorres
|
2025-01-12 17:58:04 -08:00
|
|
|
IdentityFile=~/.ssh/kvm-01
|
2024-09-04 22:21:01 -07:00
|
|
|
HostName 192.168.1.4
|
|
|
|
Port 22
|
|
|
|
|
|
|
|
# lax-01 (Linode public-facing server)
|
2024-11-27 22:42:39 -08:00
|
|
|
Host lax-01
|
2024-09-04 22:21:01 -07:00
|
|
|
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
|
2024-11-27 22:42:39 -08:00
|
|
|
Host pve-01
|
2024-09-04 22:21:01 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/pve-01
|
|
|
|
HostName 192.168.1.3
|
|
|
|
|
|
|
|
# ----- VMs -----
|
2024-09-16 23:12:05 -07:00
|
|
|
# bld-01
|
2024-11-27 22:42:39 -08:00
|
|
|
Host bld-01
|
2024-09-16 23:12:05 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/bld-01
|
|
|
|
HostName 192.168.1.8
|
|
|
|
|
|
|
|
# bld-02
|
2024-11-27 22:42:39 -08:00
|
|
|
Host bld-02
|
2024-09-16 23:12:05 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/bld-02
|
|
|
|
HostName 192.168.1.9
|
|
|
|
|
2024-10-24 04:23:53 -07:00
|
|
|
# log-01
|
2024-11-27 22:42:39 -08:00
|
|
|
Host log-01
|
2024-10-24 04:23:53 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/log-01
|
2024-10-24 04:39:12 -07:00
|
|
|
HostName 192.168.1.12
|
2024-10-24 04:23:53 -07:00
|
|
|
|
2025-01-12 18:01:47 -08:00
|
|
|
# gms-01
|
|
|
|
Host gms-01
|
2024-09-04 22:21:01 -07:00
|
|
|
User etorres
|
2025-01-12 18:01:47 -08:00
|
|
|
IdentityFile=~/.ssh/gms-01
|
2024-09-04 22:21:01 -07:00
|
|
|
HostName 192.168.1.6
|
|
|
|
|
2024-09-09 22:48:07 -07:00
|
|
|
# srv-01
|
2024-11-27 22:42:39 -08:00
|
|
|
Host srv-01
|
2024-09-04 22:21:01 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/srv-01
|
|
|
|
HostName 192.168.1.7
|
|
|
|
|
2024-09-09 22:48:07 -07:00
|
|
|
# web-01
|
2024-11-27 22:42:39 -08:00
|
|
|
Host web-01
|
2024-09-09 22:48:07 -07:00
|
|
|
User etorres
|
|
|
|
IdentityFile=~/.ssh/web-01
|
|
|
|
HostName 192.168.1.5
|