From 505e26415cc949e3c924ba024d884f88a44ddfc1 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 19 Mar 2025 21:25:35 -0700 Subject: [PATCH] ssh: add stg-01 for laptop config --- ssh/config.laptop | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ssh/config.laptop b/ssh/config.laptop index 09c9cda..0a39ba6 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -92,6 +92,12 @@ Host srv-01 HostName srv-01.tail755c5.ts.net Port 22 +Host stg-01 + User etorres + IdentityFile=~/.ssh/stg-01 + HostName stg-01.tail755c5.ts.net + Port 22 + Host web-01 User etorres IdentityFile=~/.ssh/web-01