diff --git a/ssh/authorized_keys.log-01 b/ssh/authorized_keys.log-01 new file mode 100644 index 0000000..0aa3581 --- /dev/null +++ b/ssh/authorized_keys.log-01 @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQoGiE3hhfzbpW1UxrH7bgmP1Q5MDmFIvHq1IW2lb1f etorres@xenon diff --git a/ssh/config.laptop b/ssh/config.laptop index 85888bb..3691b40 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -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 diff --git a/ssh/config.xenon b/ssh/config.xenon index 7be9bfd..5f40d0e 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -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