diff options
-rw-r--r-- | .links | 1 | ||||
-rw-r--r-- | etc/ssh_config | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -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 |