A bit of formatting
authorTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:32:11 +0000 (22:32 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:32:11 +0000 (22:32 +0200)
modules/ssh/templates/sshd_config.erb

index 32be972..d7e197c 100644 (file)
@@ -55,7 +55,7 @@ PasswordAuthentication no
   settings = '#  Banner "You are coming from a debian.org host."'
   allnodeinfo.keys.sort.each do |node|
       next unless allnodeinfo[node].has_key?('ipHostNumber')
-      out += "# Match Address # #{node}"
+      out += "# Match Address "
       out += allnodeinfo[node]['ipHostNumber'].collect do |ipnum|
           if ipnum =~ /:/
               "#{ipnum}/128"
@@ -63,8 +63,10 @@ PasswordAuthentication no
               "#{ipnum}/32"
           end
       end.join(',')
+      out += "# #{node}"
       out += "\n"
       out += settings
+      out += "\n\n"
   end
   out
 %>