From dd220be853b4740e5865f741d1ec8d2bbe614157 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 May 2008 16:36:52 +0200 Subject: Re-added ssh_config --- .links | 1 + etc/ssh_config | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 etc/ssh_config diff --git a/.links b/.links index 7701f3b..16aee74 100644 --- a/.links +++ b/.links @@ -1,3 +1,4 @@ soft bin/checklinks ../packages/core/bin/checklinks soft bin/pkg ../packages/core/bin/pkg soft .hgrc packages/core/etc/hgrc +soft .ssh/config ../packages/core/etc/ssh_config diff --git a/etc/ssh_config b/etc/ssh_config new file mode 100644 index 0000000..9b4a3fd --- /dev/null +++ b/etc/ssh_config @@ -0,0 +1,17 @@ +Host * + ControlMaster auto + ControlPath /tmp/ssh-%h-%p-%r + +Host woot + Hostname saviour + AddressFamily inet + Port 60022 + +Host git + Hostname saviour + AddressFamily inet + Port 61022 + +Host home + Hostname derf.homelinux.org + AddressFamily inet -- cgit v1.2.3