From a82673b03c3119f54a83f1d6d40aeff2d9cbfe87 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Oct 2021 15:03:09 +1100
Subject: [PATCH] add a newline incas it makes a difference

---
 CICD/pre_templates/ssh_cfg.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CICD/pre_templates/ssh_cfg.j2 b/CICD/pre_templates/ssh_cfg.j2
index 79b8019a..dd4c491c 100644
--- a/CICD/pre_templates/ssh_cfg.j2
+++ b/CICD/pre_templates/ssh_cfg.j2
@@ -4,3 +4,4 @@ Host 192.168.*
     ServerAliveInterval 60
     ControlMaster auto
     ControlPath ~/.ssh/%r@%h:%p
+
-- 
GitLab