ssh: update keys and ssh config
This commit is contained in:
parent
41eb0a6a12
commit
984daa2473
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user