]> err.no Git - dotfiles/commitdiff
Fix ssh config; get rid of warthogs.hbd.com
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 5 Jan 2007 09:53:21 +0000 (09:53 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 5 Jan 2007 09:53:21 +0000 (09:53 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@982 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

ssh/config

index 855d9ad27086cf83340b03330a7dd6e4165e04fb..fbbdfcc70bdd6c382cf625f826d90647358db320 100644 (file)
@@ -2,15 +2,15 @@ Host *
 HashKnownHosts no
 
 # Fattigmanns vpn
-Host bowah
-Hostname bowah.err.no
-Port 80
-ProxyCommand none
+#Host tellus
+#Hostname tellus.err.no
+#Port 80
+#ProxyCommand none
 
 #Host *
-#ProxyCommand ssh -q -a -x bowah 'nc %h %p'
+#ProxyCommand ssh -q -a -x tellus 'nc %h %p'
 #Host *
-#ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 'nc %h %p'
+#ProxyCommand ssh -q -a -x -p 80 -o 'ProxyCommand none' 129.241.56.185 'nc %h %p'
 
 # PVV
 
@@ -107,9 +107,5 @@ ProxyCommand none
 Host chinstrap.ubuntu.com
 ProxyCommand none
 
-Host chinstrap.warthogs.hbd.com
-ProxyCommand none
-
-Host *.ubuntu.com *.warthogs.hbd.com
-ProxyCommand ssh -q -a -x chinstrap.warthogs.hbd.com nc -q0 %h 22
-
+Host *.ubuntu.com
+ProxyCommand ssh -q -a -x chinstrap.ubuntu.com nc -q0 %h 22