Kinda-noop-change to fix up bits
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index f0d5ab1..ea08324 100644 (file)
@@ -49,7 +49,7 @@ AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userk
 
 PasswordAuthentication no
 
-<=% "#" %> Match Address <%=
+# Match Address <%=
   allnodeinfo = scope.lookupvar('site::allnodeinfo')
   dbs = []
   allnodeinfo.keys.sort.each do |node|
@@ -64,7 +64,7 @@ PasswordAuthentication no
   end
   dbs.flatten.join(',')
 %>
-#  Banner "You're coming from a debian.org host"
+#  Banner "You're coming from a debian.org host."
 
 Match Group sftponly
   AllowStreamLocalForwarding no