summaryrefslogtreecommitdiff
path: root/etc/ssh_config
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-22 16:36:52 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-22 16:36:52 +0200
commitdd220be853b4740e5865f741d1ec8d2bbe614157 (patch)
treee307c1af6b0773abc9e2df7e0c4b87d65ff6c345 /etc/ssh_config
parentfcf1fb76ef48b1e857493ad17b074433ec524b9a (diff)
Re-added ssh_config
Diffstat (limited to 'etc/ssh_config')
-rw-r--r--etc/ssh_config17
1 files changed, 17 insertions, 0 deletions
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