From f44189b60abe7425290b4a673b423116d62c2e11 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 6 Feb 2018 18:32:06 +0200
Subject: [PATCH] Added localhost ssh config.

---
 .ssh/config.d/30_localhost | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .ssh/config.d/30_localhost

diff --git a/.ssh/config.d/30_localhost b/.ssh/config.d/30_localhost
new file mode 100644
index 0000000..0c34226
--- /dev/null
+++ b/.ssh/config.d/30_localhost
@@ -0,0 +1,7 @@
+# localhost
+
+Host localhost
+HostName 127.0.0.1
+IdentityFile ~/.ssh/localhost
+UserKnownHostsFile /dev/null
+StrictHostKeyChecking no
-- 
GitLab