From 621f334711e8e42cf3003c6ed95f27de065e6941 Mon Sep 17 00:00:00 2001 From: ueli Date: Sat, 25 Mar 2023 15:10:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.ssh/config=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ssh/config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.ssh/config b/.ssh/config index 5038bd6..faeb9a9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -25,6 +25,10 @@ Host u.utf3.ch User root ForwardAgent yes +Host sb.itsme.ch + User root + ForwardAgent yes + Host co.lilo.ch User root ForwardAgent yes @@ -41,6 +45,31 @@ Host o2.lilo.ch User ubuntu 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 * ServerAliveInterval 10 ServerAliveCountMax 99 \ No newline at end of file