„.ssh/config“ ändern

This commit is contained in:
2023-03-25 15:10:24 +01:00
parent cc23ccb080
commit 621f334711

View File

@@ -25,6 +25,10 @@ Host u.utf3.ch
User root User root
ForwardAgent yes ForwardAgent yes
Host sb.itsme.ch
User root
ForwardAgent yes
Host co.lilo.ch Host co.lilo.ch
User root User root
ForwardAgent yes ForwardAgent yes
@@ -41,6 +45,31 @@ Host o2.lilo.ch
User ubuntu User ubuntu
ForwardAgent yes ForwardAgent yes
Host he-fw
HostName 192.168.254.1
User root
ForwardAgent yes
Host he-file
HostName 192.168.254.2
User root
ForwardAgent yes
Host pf-fw
HostName ueli.dyn.itsme.ch
User root
ForwardAgent yes
Host pf-file
ProxyCommand ssh -q -W 172.23.254.32:22 co.lilo.ch
User root
ForwardAgent yes
Host bu-fw
ProxyCommand ssh -q -W 172.23.254.61:22 co.lilo.ch
User root
ForwardAgent yes
Host * Host *
ServerAliveInterval 10 ServerAliveInterval 10
ServerAliveCountMax 99 ServerAliveCountMax 99