ssh: add srv-02 host

This commit is contained in:
2024-09-09 22:48:07 -07:00
parent 9f8a1c9f50
commit e473a0484e
3 changed files with 18 additions and 11 deletions

View File

@@ -58,26 +58,26 @@ Host pve01
HostName 192.168.1.3
# ----- VMs -----
# web-01 100
Host web01
User etorres
IdentityFile=~/.ssh/web-01
HostName 192.168.1.5
# minecraft1 101
# minecraft1
Host minecraft1
User etorres
IdentityFile=~/.ssh/minecraft1
HostName 192.168.1.6
# srv-01 102
# srv-01
Host srv01
User etorres
IdentityFile=~/.ssh/srv-01
HostName 192.168.1.7
# homeassistant 103
Host homeassistant
# srv-02
Host srv02
User etorres
IdentityFile=~/.ssh/homeassistant
IdentityFile=~/.ssh/srv-02
HostName 192.168.1.8
# web-01
Host web01
User etorres
IdentityFile=~/.ssh/web-01
HostName 192.168.1.5