From 73a04c3896de1c1ff8f1c2ae88f33b945e2a86a9 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 3 Aug 2025 20:31:54 -0700 Subject: [PATCH] ssh: syncthing-01 -> fs-01 --- ...horized_keys.syncthing-01 => authorized_keys.fs-01} | 0 ssh/config.laptop | 6 +++--- ssh/config.xenon | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) rename ssh/{authorized_keys.syncthing-01 => authorized_keys.fs-01} (100%) diff --git a/ssh/authorized_keys.syncthing-01 b/ssh/authorized_keys.fs-01 similarity index 100% rename from ssh/authorized_keys.syncthing-01 rename to ssh/authorized_keys.fs-01 diff --git a/ssh/config.laptop b/ssh/config.laptop index d4f7273..eb9b599 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -105,10 +105,10 @@ Host print-01 IdentityFile=~/.ssh/print-01 HostName print-01.tail755c5.ts.net -Host syncthing-01 +Host fs-01 User etorres - IdentityFile=~/.ssh/syncthing-01 - HostName syncthing-01.tail755c5.ts.net + IdentityFile=~/.ssh/fs-01 + HostName fs-01.tail755c5.ts.net Host web-01 User etorres diff --git a/ssh/config.xenon b/ssh/config.xenon index d1e5fc7..868c757 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -83,6 +83,11 @@ Host dev-01 IdentityFile=~/.ssh/dev-01 HostName 192.168.1.94 +Host fs-01 + User etorres + IdentityFile=~/.ssh/fs-01 + HostName 192.168.1.7 + Host gms-01 User etorres IdentityFile=~/.ssh/gms-01 @@ -103,11 +108,6 @@ Host print-01 IdentityFile=~/.ssh/print-01 HostName 192.168.1.56 -Host syncthing-01 - User etorres - IdentityFile=~/.ssh/syncthing-01 - HostName 192.168.1.7 - Host stg-01 User etorres IdentityFile=~/.ssh/stg-01