X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/64d1458bb91401b2f43a63055308c2fae2cbccfb..be0338967eed36c8089edee5939b5e32649f48a2:/.ssh/config.in diff --git a/.ssh/config.in b/.ssh/config.in index 7af9d84..e95fe43 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -203,6 +203,10 @@ Host albatross.lehel.madduck.net | albatross.lehel | albatross ForwardAgent yes ForwardX11 yes HostKeyAlias albatross.lehel +Host albatross-luks + Hostname albatross.lehel.madduck.net + HostKeyAlias albatross-luks.lehel.madduck.net + User root Host jugband.lehel.madduck.net | jugband.lehel | jugband Hostname jugband.lehel.madduck.net @@ -260,7 +264,7 @@ Host fishbowl | fishbowl.rw.madduck.net ForwardAgent yes ForwardX11 yes HostKeyAlias fishbowl - ProxyCommand bash -c "TARGETS=$( (TRIES=%h.{gern,lehel,rw}.madduck.net; eval fping -aAC1 -t100 $TRIES; eval fping6 -aAC1 -t100 $TRIES; wait) 2>&1 | sed -rne 's, : ([[:digit:]]), @\1,p' | sort -t@ -k2n | sed -ne 's, .*,,p' | tr '\n' ','); echo Targets: \$TARGETS using \${TARGETS%%%%,*} … >&2; nc -vq0 \${TARGETS%%%%,*} %p" + ProxyCommand bash -c "TARGETS=$( (TRIES=%h.{gern,lehel,gauting,atom,rw}.madduck.net; eval fping -aAC1 -t500 $TRIES 2>&1 & eval fping6 -aAC1 -t500 $TRIES 2>&1; wait) | sed -rne 's, : ([[:digit:]]), @\1,p' | sort -t@ -k2n | sed -ne 's, .*,,p' | tr '\n' ','); echo Targets: \$TARGETS using \${TARGETS%%%%,*} … >&2; nc -vq0 \${TARGETS%%%%,*} %p" ### LOCAL VIRT HOSTS @@ -302,6 +306,10 @@ Host nelson.debconf.org | penta.debconf.org | nelson | summit | summit.debconf.o Hostname nelson.debconf.org ProxyCommand ssh sysyphus.madduck.net nc -q0 %h %p +Host itchy.debconf.org | itchy | wafer.debconf.org | wafer + Hostname itchy.debconf.org + ProxyCommand ssh sysyphus.madduck.net nc -q0 %h %p + Host kent.debconf.org | kent Hostname kent.debconf.org ProxyCommand ssh sysyphus.madduck.net nc -q0 %h %p