ssh: update keys and ssh config

This commit is contained in:
Eric Torres 2024-09-16 23:12:05 -07:00
parent 41eb0a6a12
commit 984daa2473
2 changed files with 14 additions and 7 deletions

View File

@ -1,2 +1,3 @@
ssh-ed25519 AAAAC3nzaC1lZDI1NTE5AAAAIGA+NXRog09AyjYyW6q7btpX9AqZX6Fv7Hyvx4deDExh etorres@xenon ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGA+NXRogO9AyjYyW6q7btpX9AqZX6Fv7Hyvx4deDExh etorres@xenon
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8rhAjP171vTMCcHKAQoV51g7Hrp8YMq6+y4y0l4lYq etorres@radon ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8rhAjP171vTMCcHKAQoV51g7Hrp8YMq6+y4y0l4lYq etorres@radon

View File

@ -58,6 +58,18 @@ Host pve01
HostName 192.168.1.3 HostName 192.168.1.3
# ----- VMs ----- # ----- 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 # minecraft1
Host minecraft1 Host minecraft1
User etorres User etorres
@ -70,12 +82,6 @@ Host srv01
IdentityFile=~/.ssh/srv-01 IdentityFile=~/.ssh/srv-01
HostName 192.168.1.7 HostName 192.168.1.7
# bld-01
Host bld01
User etorres
IdentityFile=~/.ssh/bld-01
HostName 192.168.1.8
# web-01 # web-01
Host web01 Host web01
User etorres User etorres