ssh: add host test-nixos

This commit is contained in:
2025-07-08 00:45:06 -07:00
parent 248505117e
commit c488a13448
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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