chore: update ssh config and gitignore files

This commit is contained in:
2025-05-28 21:33:42 +02:00
parent fbb7204d5c
commit e66c545313
4 changed files with 63 additions and 2 deletions

33
.config/ssh/local Normal file
View File

@ -0,0 +1,33 @@
Host 192.168.178.*
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host proxmox
HostName 192.168.178.99
Host mail-relay
HostName 192.168.178.102
Host amp
HostName 192.168.178.103
Host docker
HostName 192.168.178.104
Host oauth
HostName 192.168.178.105
Host immich
HostName 192.168.178.106
Host abiball
HostName 192.168.178.107
Host gitea
HostName 192.168.178.108
Host postgres
HostName 192.168.178.109