From 9faa373f115e3153e2272c0c218767ca2ce98a5e Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Mon, 2 Sep 2019 12:15:00 +0200
Subject: [PATCH] Add ssh dotfiles

---
 ssh/.ssh/config | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 ssh/.ssh/config

diff --git a/ssh/.ssh/config b/ssh/.ssh/config
new file mode 100644
index 0000000..8c70c85
--- /dev/null
+++ b/ssh/.ssh/config
@@ -0,0 +1,11 @@
+host zion
+    user freebsd
+    hostname 192.168.1.2
+    port 22
+    identityfile ~/.ssh/zion
+
+host gitolite
+    user git
+    hostname 192.168.1.4
+    port 22
+    identityfile ~/.ssh/gitolite