chore: update ssh config and gitignore files
This commit is contained in:
33
.config/ssh/local
Normal file
33
.config/ssh/local
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user