From cb570f9b86b2de676efc0db1c1c5fec664d024ab Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 19 Mar 2025 20:45:24 -0700 Subject: [PATCH] ssh: rename bld-02 to obs-01 --- ...authorized_keys.bld-02 => authorized_keys.obs-01} | 0 ssh/config.laptop | 12 ++++++------ ssh/config.xenon | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) rename ssh/{authorized_keys.bld-02 => authorized_keys.obs-01} (100%) diff --git a/ssh/authorized_keys.bld-02 b/ssh/authorized_keys.obs-01 similarity index 100% rename from ssh/authorized_keys.bld-02 rename to ssh/authorized_keys.obs-01 diff --git a/ssh/config.laptop b/ssh/config.laptop index c46f1a0..ae292bf 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -53,12 +53,6 @@ Host bld-01 HostName bld-01.tail755c5.ts.net Port 22 -Host bld-02 - User etorres - IdentityFile=~/.ssh/bld-02 - HostName bld-02.tail755c5.ts.net - Port 22 - # db-mdb11 Host db-mdb11 User etorres @@ -90,6 +84,12 @@ Host gms-01 IdentityFile=~/.ssh/gms-01 HostName gms-01.tail755c5.ts.net +Host obs-01 + User etorres + IdentityFile=~/.ssh/obs-01 + HostName obs-01.tail755c5.ts.net + Port 22 + Host srv-01 User etorres IdentityFile=~/.ssh/srv-01 diff --git a/ssh/config.xenon b/ssh/config.xenon index 197e348..7425504 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -52,12 +52,6 @@ Host bld-01 IdentityFile=~/.ssh/bld-01 HostName 192.168.1.8 -# bld-02 -Host bld-02 - User etorres - IdentityFile=~/.ssh/bld-02 - HostName 192.168.1.9 - # db-mdb11 Host db-mdb11 User etorres @@ -90,6 +84,12 @@ Host gms-01 IdentityFile=~/.ssh/gms-01 HostName 192.168.1.6 +# obs-01 +Host obs-01 + User etorres + IdentityFile=~/.ssh/obs-01 + HostName 192.168.1.9 + # srv-01 Host srv-01 User etorres