ssh: add log-01 host

This commit is contained in:
Eric Torres 2024-10-24 04:23:53 -07:00
parent 1849e98145
commit 296ae8d017
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQoGiE3hhfzbpW1UxrH7bgmP1Q5MDmFIvHq1IW2lb1f etorres@xenon

View File

@ -64,6 +64,12 @@ Host bld02
IdentityFile=~/.ssh/bld-02
HostName 192.168.1.9
# log-01
Host log01
User etorres
IdentityFile=~/.ssh/log-01
HostName log-01.tail755c5.ts.net
# minecraft1
Host minecraft1
User etorres