ssh: add bld-0x hosts

This commit is contained in:
Eric Torres 2024-09-16 21:44:47 -07:00
parent 36db3a40ca
commit b446d0dc3a
3 changed files with 14 additions and 0 deletions

View File

@ -1 +1,2 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItVva1V/icdm4uwtN+cd+sOoBAyL2CXig9R61RwY1JC etorres@xenon ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItVva1V/icdm4uwtN+cd+sOoBAyL2CXig9R61RwY1JC etorres@xenon
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0Pn/s6c4gnWS5/svs1dQql9OVFmFUa3K2lpoQmvO0b etorres@radon

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8rhAjP171vTMCcHKAQoV51g7Hrp8YMq6+y4y0l4lYq etorres@radon

View File

@ -47,6 +47,18 @@ Host pve01
Port 22 Port 22
# ----- VMs ----- # ----- VMs -----
Host bld01
User etorres
IdentityFile=~/.ssh/bld-01
HostName bld-01.tail755c5.ts.net
Port 22
Host bld02
User etorres
IdentityFile=~/.ssh/bld-02
HostName bld-02.tail755c5.ts.net
Port 22
Host srv01 Host srv01
User etorres User etorres
IdentityFile=~/.ssh/srv-01 IdentityFile=~/.ssh/srv-01