ssh: add host hel-01, cleanup VPS section

This commit is contained in:
2025-04-03 23:54:27 -07:00
parent d4a3c2d48c
commit ad300bcdd8
3 changed files with 24 additions and 13 deletions

View File

@@ -25,13 +25,6 @@ Host kvm-01-local
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
Port 22
# rsync.net remote storage
Host rsyncnet
User fm1833
@@ -39,6 +32,18 @@ Host rsyncnet
HostName fm1833.rsync.net
Port 22
# ===== 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
Port 22
# ===== pve-01 + VMs =====
Host pve-01
User etorres