ssh: add pve-03 host

This commit is contained in:
2025-09-21 21:47:51 -07:00
parent 8099418597
commit 7daebb3140
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBouo4bRKZrXb7BzpCuwth9PMmyiO7n8xgCU/4C9iZo4 etorres@xenon

View File

@@ -65,6 +65,12 @@ Host pve-02
HostName pve-02.tail755c5.ts.net
Port 22
Host pve-03
User etorres
IdentityFile=~/.ssh/pve-03
HostName pve-03.tail755c5.ts.net
Port 22
# ----- VMs -----
Host app-01
User etorres

View File

@@ -63,6 +63,12 @@ Host pve-02
IdentityFile=~/.ssh/pve-02
HostName 192.168.100.4
# pve-03
Host pve-03
User etorres
IdentityFile=~/.ssh/pve-03
HostName 192.168.100.5
# ----- VMs -----
Host app-01
User etorres