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,12 +34,12 @@ Host immich
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host abiball
Host proxy
HostName 192.168.178.107
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host gitea
HostName 192.168.178.108
User root

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