From d4a3c2d48cf878cacce2e8013bf31100a643492c Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 30 Mar 2025 23:53:25 -0700 Subject: [PATCH] ssh: add borg-01 host --- ssh/authorized_keys.borg-01 | 1 + ssh/config.laptop | 6 ++++++ ssh/config.xenon | 15 ++++++++++----- 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 ssh/authorized_keys.borg-01 diff --git a/ssh/authorized_keys.borg-01 b/ssh/authorized_keys.borg-01 new file mode 100644 index 0000000..ae445c4 --- /dev/null +++ b/ssh/authorized_keys.borg-01 @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINLKbBIwP+7DU6I7KSFYPK6+Pgx2DsTBPvTPS/gfCy4i etorres@xenon diff --git a/ssh/config.laptop b/ssh/config.laptop index 4d20088..10d1ffb 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -53,6 +53,12 @@ Host aur-01 HostName aur-01.tail755c5.ts.net Port 22 +Host borg-01 + User etorres + IdentityFile=~/.ssh/borg-01 + HostName borg-01.tail755c5.ts.net + Port 22 + Host db-mdb11 User etorres IdentityFile=~/.ssh/dbservers diff --git a/ssh/config.xenon b/ssh/config.xenon index be36f20..e55a6c5 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -51,6 +51,11 @@ Host aur-01 IdentityFile=~/.ssh/aur-01 HostName 192.168.1.8 +Host borg-01 + User etorres + IdentityFile=~/.ssh/borg-01 + HostName 192.168.1.34 + Host db-mdb11 User etorres IdentityFile=~/.ssh/dbservers @@ -101,12 +106,12 @@ Host stg-01 IdentityFile=~/.ssh/stg-01 HostName 192.168.1.15 +Host test-microos + User etorres + IdentityFile=~/.ssh/test-microos + HostName 192.168.1.165 + Host web-01 User etorres IdentityFile=~/.ssh/web-01 HostName 192.168.1.5 - -Host microos-test-01 - User etorres - IdentityFile=~/.ssh/microos-test-01 - HostName 192.168.1.165