Comment out code again
authorTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:39:14 +0000 (22:39 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:39:14 +0000 (22:39 +0200)
modules/ssh/templates/sshd_config.erb

index 39cf003..fb38fe0 100644 (file)
@@ -52,10 +52,10 @@ PasswordAuthentication no
 <%=
   allnodeinfo = scope.lookupvar('site::allnodeinfo')
   out = ''
-  settings = '  Banner "You are coming from a debian.org host."'
+  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 "
+      out += "Match Address "
       out += allnodeinfo[node]['ipHostNumber'].collect do |ipnum|
           if ipnum =~ /:/
               "#{ipnum}/128"
@@ -70,7 +70,6 @@ PasswordAuthentication no
   end
   out
 %>
-Banner "not coming from a debian.org host"
 
 Match Group sftponly
   AllowStreamLocalForwarding no