ssh: add host hel-01, cleanup VPS section

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

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3oNF68M+TaN8LB+jQH9hFaW3vpR3i54UiVRPqJxyAN etorres@xenon

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

View File

@ -26,18 +26,23 @@ Host 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
# ===== 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
# ===== pve-01 + VMs =====
# pve-01
Host pve-01