ssh: add log-01 host

This commit is contained in:
2024-10-24 04:23:53 -07:00
parent 1849e98145
commit 8208d06e73
3 changed files with 18 additions and 5 deletions

View File

@@ -59,6 +59,17 @@ Host bld02
HostName bld-02.tail755c5.ts.net
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
User etorres
IdentityFile=~/.ssh/srv-01
@@ -71,11 +82,6 @@ Host srv02
HostName srv-02.tail755c5.ts.net
Port 22
Host minecraft1
User etorres
IdentityFile=~/.ssh/minecraft1
HostName minecraft1.tail755c5.ts.net
Host web01
User etorres
IdentityFile=~/.ssh/web-01