summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-30 16:29:50 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-30 16:29:50 +0200
commitac9efe78ea8a0e8acf50f8b98ea13bc53acee6e6 (patch)
tree082b98ea4eeebb5d53d14371a5132c67bbc01a27
parent9ef423bafb579347f3a90cf333ebe6532497a684 (diff)
moved etc/ssh_config to ssh package
-rw-r--r--etc/ssh_config13
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/ssh_config b/etc/ssh_config
deleted file mode 100644
index 4ae0153..0000000
--- a/etc/ssh_config
+++ /dev/null
@@ -1,13 +0,0 @@
-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