From c488a134484e0d4dd7a20a685223aa62627bd58e Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 8 Jul 2025 00:45:06 -0700 Subject: [PATCH] ssh: add host test-nixos --- ssh/config.laptop | 5 +++++ ssh/config.xenon | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ssh/config.laptop b/ssh/config.laptop index 8b7eb81..61e6642 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -115,3 +115,8 @@ Host web-01 IdentityFile=~/.ssh/web-01 HostName web-01.tail755c5.ts.net Port 22 + +Host test-nixos + User etorres + IdentityFile=~/.ssh/test-nixos + HostName 192.168.1.151 diff --git a/ssh/config.xenon b/ssh/config.xenon index 5178ead..d1e5fc7 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -122,3 +122,8 @@ Host web-01 User etorres IdentityFile=~/.ssh/web-01 HostName 192.168.1.5 + +Host test-nixos + User etorres + IdentityFile=~/.ssh/test-nixos + HostName 192.168.1.151