summaryrefslogtreecommitdiff
path: root/etc/ssh_config
diff options
context:
space:
mode:
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