ssh: add app-01 config

This commit is contained in:
2025-08-31 00:38:45 -07:00
parent 9961dbe99d
commit 24776294d6
2 changed files with 11 additions and 0 deletions

View File

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

View File

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