ssh: add log-01 host
This commit is contained in:
parent
1849e98145
commit
8208d06e73
1
ssh/authorized_keys.log-01
Normal file
1
ssh/authorized_keys.log-01
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQoGiE3hhfzbpW1UxrH7bgmP1Q5MDmFIvHq1IW2lb1f etorres@xenon
|
@ -59,6 +59,17 @@ Host bld02
|
|||||||
HostName bld-02.tail755c5.ts.net
|
HostName bld-02.tail755c5.ts.net
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
# log-01
|
||||||
|
Host log01
|
||||||
|
User etorres
|
||||||
|
IdentityFile=~/.ssh/log-01
|
||||||
|
HostName log-01.tail755c5.ts.net
|
||||||
|
|
||||||
|
Host minecraft1
|
||||||
|
User etorres
|
||||||
|
IdentityFile=~/.ssh/minecraft1
|
||||||
|
HostName minecraft1.tail755c5.ts.net
|
||||||
|
|
||||||
Host srv01
|
Host srv01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/srv-01
|
IdentityFile=~/.ssh/srv-01
|
||||||
@ -71,11 +82,6 @@ Host srv02
|
|||||||
HostName srv-02.tail755c5.ts.net
|
HostName srv-02.tail755c5.ts.net
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host minecraft1
|
|
||||||
User etorres
|
|
||||||
IdentityFile=~/.ssh/minecraft1
|
|
||||||
HostName minecraft1.tail755c5.ts.net
|
|
||||||
|
|
||||||
Host web01
|
Host web01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/web-01
|
IdentityFile=~/.ssh/web-01
|
||||||
|
@ -64,6 +64,12 @@ Host bld02
|
|||||||
IdentityFile=~/.ssh/bld-02
|
IdentityFile=~/.ssh/bld-02
|
||||||
HostName 192.168.1.9
|
HostName 192.168.1.9
|
||||||
|
|
||||||
|
# log-01
|
||||||
|
Host log01
|
||||||
|
User etorres
|
||||||
|
IdentityFile=~/.ssh/log-01
|
||||||
|
HostName log-01.tail755c5.ts.net
|
||||||
|
|
||||||
# minecraft1
|
# minecraft1
|
||||||
Host minecraft1
|
Host minecraft1
|
||||||
User etorres
|
User etorres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user