diff --git a/.config/ssh/local b/.config/ssh/local index 51cc739..f441c90 100644 --- a/.config/ssh/local +++ b/.config/ssh/local @@ -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 diff --git a/.config/ssh/vps b/.config/ssh/vps index e17e133..eb9b2f6 100644 --- a/.config/ssh/vps +++ b/.config/ssh/vps @@ -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