From cd1fa02d94b5bda29097d70556fd6ca3868e57b0 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 24 Apr 2004 14:16:00 +0000 Subject: [PATCH] added golem-eth0 and fix up proxycommand git-svn-id: file:///svn/tfheen/trunk/dotfiles@553 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index 7ba037d..71960a7 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 -q 5 %h 22 +#ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 'nc %h %p' # PVV @@ -163,3 +163,9 @@ Hostname tfheen.raw.no Port 23 HostKeyAlias golem.intern.raw.no CheckHostIP no + +Host golem-eth0 +Hostname tfheen.raw.no +Port 24 +HostKeyAlias golem-eth0.intern.raw.no +CheckHostIP no -- 2.39.5