ssh: add host hel-01, cleanup VPS section
This commit is contained in:
parent
d4a3c2d48c
commit
ad300bcdd8
1
ssh/authorized_keys.hel-01
Normal file
1
ssh/authorized_keys.hel-01
Normal file
@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3oNF68M+TaN8LB+jQH9hFaW3vpR3i54UiVRPqJxyAN etorres@xenon
|
@ -25,13 +25,6 @@ Host kvm-01-local
|
||||
HostName 192.168.1.4
|
||||
Port 22
|
||||
|
||||
# lax-01 (Linode public-facing server)
|
||||
Host lax-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/lax-01
|
||||
HostName lax-01.tail755c5.ts.net
|
||||
Port 22
|
||||
|
||||
# rsync.net remote storage
|
||||
Host rsyncnet
|
||||
User fm1833
|
||||
@ -39,6 +32,18 @@ Host rsyncnet
|
||||
HostName fm1833.rsync.net
|
||||
Port 22
|
||||
|
||||
# ===== VPS =====
|
||||
Host hel-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/hel-01
|
||||
HostName hel-01.tail755c5.ts.net
|
||||
|
||||
Host lax-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/lax-01
|
||||
HostName lax-01.tail755c5.ts.net
|
||||
Port 22
|
||||
|
||||
# ===== pve-01 + VMs =====
|
||||
Host pve-01
|
||||
User etorres
|
||||
|
@ -26,18 +26,23 @@ Host kvm-01
|
||||
HostName 192.168.1.4
|
||||
Port 22
|
||||
|
||||
# lax-01 (Linode public-facing server)
|
||||
Host lax-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/lax-01
|
||||
HostName lax-01.tail755c5.ts.net
|
||||
|
||||
# rsync.net storage space
|
||||
Host rsyncnet
|
||||
User fm1833
|
||||
IdentityFile=~/.ssh/rsync.net
|
||||
HostName fm1833.rsync.net
|
||||
|
||||
# ===== VPS =====
|
||||
Host hel-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/hel-01
|
||||
HostName hel-01.tail755c5.ts.net
|
||||
|
||||
Host lax-01
|
||||
User etorres
|
||||
IdentityFile=~/.ssh/lax-01
|
||||
HostName lax-01.tail755c5.ts.net
|
||||
|
||||
# ===== pve-01 + VMs =====
|
||||
# pve-01
|
||||
Host pve-01
|
||||
|
Loading…
x
Reference in New Issue
Block a user