added .ssh
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
Host serv
|
||||
HostName 100.111.222.33
|
||||
port 50100
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/servarr_ed25519
|
||||
|
||||
Host mail
|
||||
HostName 100.84.228.109
|
||||
port 50105
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/mail_ed25519
|
||||
|
||||
Host cadd
|
||||
HostName 100.117.44.91
|
||||
port 50107
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/caddy_ed25519
|
||||
|
||||
Host adgu
|
||||
HostName 100.76.221.128
|
||||
port 50108
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/adguard_ed25519
|
||||
|
||||
Host immi
|
||||
HostName 100.68.56.41
|
||||
port 50109
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/immich_ed25519
|
||||
|
||||
Host olla
|
||||
HostName 100.108.191.88
|
||||
port 50111
|
||||
User liph
|
||||
IdentityFile ~/.ssh/keys/ollama_ed25519
|
||||
|
||||
Host prox
|
||||
HostName 100.105.103.33
|
||||
port 50011
|
||||
User root
|
||||
IdentityFile ~/.ssh/keys/proxmox_ed25519
|
||||
|
||||
Host open
|
||||
HostName 100.79.210.76
|
||||
port 50010
|
||||
User root
|
||||
IdentityFile ~/.ssh/keys/openwrt_ed25519
|
||||
|
||||
# Jellyfin Media Stack - 10.10.11.249
|
||||
Host 10-10-11-249
|
||||
HostName 10.10.11.249
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile /home/liph/.ssh/keys/ansible/ansible-jellyfin-admin
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
|
||||
# Jellyfin Media Stack - 10.10.11.249
|
||||
Host 10-10-11-249
|
||||
HostName 10.10.11.249
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile /home/liph/.ssh/keys/ansible/ansible-jellyfin-admin
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
|
||||
# Jellyfin Media Stack - 10.10.11.216
|
||||
Host 10-10-11-216
|
||||
HostName 10.10.11.216
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile /home/liph/.ssh/keys/ansible/ansible-jellyfin-admin
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
|
||||
# Jellyfin Media Stack - 10.10.11.216
|
||||
Host 10-10-11-216
|
||||
HostName 10.10.11.216
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile /home/liph/.ssh/keys/ansible/ansible-jellyfin-admin
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
Reference in New Issue
Block a user