From 355c9695282e731e2eb732cd7db6e780f5eea876 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 23 Mar 2025 21:20:17 -0700 Subject: [PATCH] ssh: rename bld-01 to aur-01 --- ssh/{authorized_keys.bld-01 => authorized_keys.aur-01} | 0 ssh/config.laptop | 6 +++--- ssh/config.xenon | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename ssh/{authorized_keys.bld-01 => authorized_keys.aur-01} (100%) diff --git a/ssh/authorized_keys.bld-01 b/ssh/authorized_keys.aur-01 similarity index 100% rename from ssh/authorized_keys.bld-01 rename to ssh/authorized_keys.aur-01 diff --git a/ssh/config.laptop b/ssh/config.laptop index 0a39ba6..9f33493 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -47,10 +47,10 @@ Host pve-01 Port 22 # ----- VMs ----- -Host bld-01 +Host aur-01 User etorres - IdentityFile=~/.ssh/bld-01 - HostName bld-01.tail755c5.ts.net + IdentityFile=~/.ssh/aur-01 + HostName aur-01.tail755c5.ts.net Port 22 Host db-mdb11 diff --git a/ssh/config.xenon b/ssh/config.xenon index 3b45b73..970fed8 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -46,9 +46,9 @@ Host pve-01 HostName 192.168.1.3 # ----- VMs ----- -Host bld-01 +Host aur-01 User etorres - IdentityFile=~/.ssh/bld-01 + IdentityFile=~/.ssh/aur-01 HostName 192.168.1.8 Host db-mdb11