From b6ad6dd0c95d4388651052baff27a8a2473b0c53 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 3 Nov 2003 09:31:39 +0000 Subject: [PATCH] add ozelot, and make netcat quit after five secs. git-svn-id: file:///svn/tfheen/trunk/dotfiles@206 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index ba40eae..cdc4c2f 100644 --- a/ssh/config +++ b/ssh/config @@ -1,6 +1,6 @@ # Fattigmanns vpn #Host * -#ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 nc %h 22 +#ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 nc -q 5 %h 22 # PVV @@ -134,3 +134,7 @@ Hostname trex.debian.org Host courage Hostname adslport002.multinet.no Port 30 + +Host ozelot +Hostname ozelot.stud.ntnu.no + -- 2.39.5