From 24776294d61769f6d8674a36187eeb302716997e Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 31 Aug 2025 00:38:45 -0700 Subject: [PATCH] ssh: add app-01 config --- ssh/config.laptop | 6 ++++++ ssh/config.xenon | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ssh/config.laptop b/ssh/config.laptop index eb9b599..11406c6 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -57,6 +57,12 @@ Host pve-01 Port 22 # ----- VMs ----- +Host app-01 + User etorres + IdentityFile=~/.ssh/app-01 + HostName app-01.tail755c5.ts.net + Port 22 + Host aur-01 User etorres IdentityFile=~/.ssh/aur-01 diff --git a/ssh/config.xenon b/ssh/config.xenon index 6a3bcd3..e98bbd1 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -58,6 +58,11 @@ Host pve-01 HostName 192.168.1.3 # ----- VMs ----- +Host app-01 + User etorres + IdentityFile=~/.ssh/app-01 + HostName 192.168.1.33 + Host aur-01 User etorres IdentityFile=~/.ssh/aur-01