updated ssh config

This commit is contained in:
2025-07-06 20:22:57 +02:00
parent 500e255a6b
commit b5a9f93654

View File

@@ -1,41 +1,29 @@
Host backup.lilo.ch Host ht.lilo.ch
User root
ProxyCommand ssh -q -W 172.23.0.21:22 u.utf3.ch
ForwardAgent yes
AddressFamily inet
IdentityFile ~/.ssh/id_ed25519
Host minecraft.lilo.ch
User root
ProxyCommand ssh -q -W 172.23.0.22:22 u.utf3.ch
ForwardAgent yes
AddressFamily inet
Host dev.lilo.ch
User root
ProxyCommand ssh -q -W 172.23.0.23:22 u.utf3.ch
ForwardAgent yes
AddressFamily inet
Host h.utf3.ch
User ueli
ForwardAgent yes
Host u.utf3.ch
User root
ForwardAgent yes
Host sb.itsme.ch
User root User root
ForwardAgent yes ForwardAgent yes
Host co.lilo.ch Host co.lilo.ch
User root User root
ForwardAgent yes ForwardAgent yes
#StrictHostKeyChecking no
Host co2.lilo.ch Host unlock-ht.lilo.ch
Hostname ht.lilo.ch
HostKeyAlias unlock-ht.lilo.ch
User root User root
ForwardAgent yes RequestTTY yes
RemoteCommand cryptroot-unlock
#UserKnownHostsFile ~/.ssh/alternative-KnownHosts
#StrictHostKeyChecking no
Host unlock-co.lilo.ch
Hostname co.lilo.ch
HostKeyAlias unlock-co.lilo.ch
User root
RequestTTY yes
RemoteCommand cryptroot-unlock
#UserKnownHostsFile ~/.ssh/alternative-KnownHosts
#StrictHostKeyChecking no
Host o1.lilo.ch Host o1.lilo.ch
User ubuntu User ubuntu
@@ -56,12 +44,13 @@ Host he-file
ForwardAgent yes ForwardAgent yes
Host pf-fw Host pf-fw
HostName ueli.dyn.itsme.ch HostName 192.168.0.1
User root User root
ForwardAgent yes ForwardAgent yes
Host pf-file Host pf-file
ProxyCommand ssh -q -W 172.23.254.32:22 co.lilo.ch HostName 192.168.0.2
#ProxyCommand ssh -q -W 172.23.254.32:22 co.lilo.ch
User root User root
ForwardAgent yes ForwardAgent yes
@@ -70,6 +59,49 @@ Host bu-fw
User root User root
ForwardAgent yes ForwardAgent yes
Host z100
HostName 192.168.0.3
User ueli
ForwardAgent yes
Host kasm
HostName 192.168.0.130
User root
ForwardAgent yes
#Host homeassistant
# HostName 192.168.0.200
# User ueli
# ForwardAgent yes
#Host backup.lilo.ch
# User root
# ProxyCommand ssh -q -W 172.23.0.21:22 u.utf3.ch
# ForwardAgent yes
# AddressFamily inet
# IdentityFile ~/.ssh/id_ed25519
#Host minecraft.lilo.ch
# User root
# ProxyCommand ssh -q -W 172.23.0.22:22 u.utf3.ch
# ForwardAgent yes
# AddressFamily inet
#Host dev.lilo.ch
# User root
# ProxyCommand ssh -q -W 172.23.0.23:22 u.utf3.ch
# ForwardAgent yes
# AddressFamily inet
#Host h.utf3.ch
# User ueli
# ForwardAgent yes
#Host u.utf3.ch
# User root
# ForwardAgent yes
Host * Host *
ServerAliveInterval 10 ServerAliveInterval 10
ServerAliveCountMax 99 ServerAliveCountMax 99