ssh: add srv-02 host
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user