ssh: add srv-02 host
This commit is contained in:
parent
9f8a1c9f50
commit
e473a0484e
1
ssh/authorized_keys.srv-02
Normal file
1
ssh/authorized_keys.srv-02
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItVva1V/icdm4uwtN+cd+sOoBAyL2CXig9R61RwY1JC etorres@xenon
|
@ -53,6 +53,12 @@ Host srv01
|
|||||||
HostName srv-01.tail755c5.ts.net
|
HostName srv-01.tail755c5.ts.net
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
Host srv02
|
||||||
|
User etorres
|
||||||
|
IdentityFile=~/.ssh/srv-02
|
||||||
|
HostName srv-02.tail755c5.ts.net
|
||||||
|
Port 22
|
||||||
|
|
||||||
Host minecraft1
|
Host minecraft1
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/minecraft1
|
IdentityFile=~/.ssh/minecraft1
|
||||||
|
@ -58,26 +58,26 @@ Host pve01
|
|||||||
HostName 192.168.1.3
|
HostName 192.168.1.3
|
||||||
|
|
||||||
# ----- VMs -----
|
# ----- VMs -----
|
||||||
# web-01 100
|
# minecraft1
|
||||||
Host web01
|
|
||||||
User etorres
|
|
||||||
IdentityFile=~/.ssh/web-01
|
|
||||||
HostName 192.168.1.5
|
|
||||||
|
|
||||||
# minecraft1 101
|
|
||||||
Host minecraft1
|
Host minecraft1
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/minecraft1
|
IdentityFile=~/.ssh/minecraft1
|
||||||
HostName 192.168.1.6
|
HostName 192.168.1.6
|
||||||
|
|
||||||
# srv-01 102
|
# srv-01
|
||||||
Host srv01
|
Host srv01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/srv-01
|
IdentityFile=~/.ssh/srv-01
|
||||||
HostName 192.168.1.7
|
HostName 192.168.1.7
|
||||||
|
|
||||||
# homeassistant 103
|
# srv-02
|
||||||
Host homeassistant
|
Host srv02
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/homeassistant
|
IdentityFile=~/.ssh/srv-02
|
||||||
HostName 192.168.1.8
|
HostName 192.168.1.8
|
||||||
|
|
||||||
|
# web-01
|
||||||
|
Host web01
|
||||||
|
User etorres
|
||||||
|
IdentityFile=~/.ssh/web-01
|
||||||
|
HostName 192.168.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user