From b45a39a5226c2bab3acaffb67ae22065dcc367d0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 2 May 2019 18:19:21 +0300
Subject: [PATCH] Line spacing so that the generated ssh config is more
 readable.

---
 .ssh/config.d/20_endless   | 3 +++
 .ssh/config.d/20_shore     | 1 +
 .ssh/config.d/30_localhost | 1 +
 .ssh/config.d/90_ec2       | 1 +
 4 files changed, 6 insertions(+)

diff --git a/.ssh/config.d/20_endless b/.ssh/config.d/20_endless
index 26979c2..39e3803 100644
--- a/.ssh/config.d/20_endless
+++ b/.ssh/config.d/20_endless
@@ -1,3 +1,6 @@
+
+#Endless
+
 Host appupdates.endlessm.com irc.endlessm.com status.endlessm.com
 Port 2200
 ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p
diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index dd0003c..378ed08 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -1,3 +1,4 @@
+
 # shore.co.il infrastructure
 
 Host ns1.shore.co.il www.shore.co.il
diff --git a/.ssh/config.d/30_localhost b/.ssh/config.d/30_localhost
index 0c34226..8c88ab9 100644
--- a/.ssh/config.d/30_localhost
+++ b/.ssh/config.d/30_localhost
@@ -1,3 +1,4 @@
+
 # localhost
 
 Host localhost
diff --git a/.ssh/config.d/90_ec2 b/.ssh/config.d/90_ec2
index d23a1b5..6b7ed8a 100644
--- a/.ssh/config.d/90_ec2
+++ b/.ssh/config.d/90_ec2
@@ -1,3 +1,4 @@
+
 # Disable SSH host key checking for EC2 instances.
 
 Host  *.compute-1.amazonaws.com
-- 
GitLab