chore(ssh): update SSH host configurations and names

This commit is contained in:
2025-07-11 10:49:54 +02:00
parent ef1d1055f6
commit 67dab90b98
2 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ Host immich
StrictHostKeyChecking no StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv IdentityFile ~/.ssh/keys/prv
Host abiball Host proxy
HostName 192.168.178.107 HostName 192.168.178.107
User root User root
StrictHostKeyChecking no StrictHostKeyChecking no

View File

@ -1,9 +1,3 @@
Host vps-1
HostName vps-1.simonis.lol
User root
IdentityFile ~/.ssh/keys/local
StrictHostKeyChecking no
Host vps-2 Host vps-2
HostName vps-2.simonis.lol HostName vps-2.simonis.lol
User root User root
@ -39,3 +33,9 @@ Host vps-7
User root User root
IdentityFile ~/.ssh/keys/local IdentityFile ~/.ssh/keys/local
StrictHostKeyChecking no StrictHostKeyChecking no
Host fivem-mail
HostName fivemod.supply
User root
IdentityFile ~/.ssh/keys/local
StrictHostKeyChecking no