diff --git a/ssh/authorized_keys.bld-02 b/ssh/authorized_keys.bld-02 index 6e98e99..c256220 100644 --- a/ssh/authorized_keys.bld-02 +++ b/ssh/authorized_keys.bld-02 @@ -1,2 +1,3 @@ -ssh-ed25519 AAAAC3nzaC1lZDI1NTE5AAAAIGA+NXRog09AyjYyW6q7btpX9AqZX6Fv7Hyvx4deDExh etorres@xenon +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGA+NXRogO9AyjYyW6q7btpX9AqZX6Fv7Hyvx4deDExh etorres@xenon ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8rhAjP171vTMCcHKAQoV51g7Hrp8YMq6+y4y0l4lYq etorres@radon + diff --git a/ssh/config.xenon b/ssh/config.xenon index d796473..8e80e70 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -58,6 +58,18 @@ Host pve01 HostName 192.168.1.3 # ----- VMs ----- +# bld-01 +Host bld01 + User etorres + IdentityFile=~/.ssh/bld-01 + HostName 192.168.1.8 + +# bld-02 +Host bld02 + User etorres + IdentityFile=~/.ssh/bld-02 + HostName 192.168.1.9 + # minecraft1 Host minecraft1 User etorres @@ -70,12 +82,6 @@ Host srv01 IdentityFile=~/.ssh/srv-01 HostName 192.168.1.7 -# bld-01 -Host bld01 - User etorres - IdentityFile=~/.ssh/bld-01 - HostName 192.168.1.8 - # web-01 Host web01 User etorres