From ad300bcdd8ef7a6ba76c5c30db299a4942bde522 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 3 Apr 2025 23:54:27 -0700 Subject: [PATCH] ssh: add host hel-01, cleanup VPS section --- ssh/authorized_keys.hel-01 | 1 + ssh/config.laptop | 19 ++++++++++++------- ssh/config.xenon | 17 +++++++++++------ 3 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 ssh/authorized_keys.hel-01 diff --git a/ssh/authorized_keys.hel-01 b/ssh/authorized_keys.hel-01 new file mode 100644 index 0000000..3c4f987 --- /dev/null +++ b/ssh/authorized_keys.hel-01 @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3oNF68M+TaN8LB+jQH9hFaW3vpR3i54UiVRPqJxyAN etorres@xenon diff --git a/ssh/config.laptop b/ssh/config.laptop index 10d1ffb..90f8b68 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -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 diff --git a/ssh/config.xenon b/ssh/config.xenon index e55a6c5..234cdca 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -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