Comment out code to not break stuff
authorTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:10:02 +0000 (22:10 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 20:10:02 +0000 (22:10 +0200)
modules/ssh/templates/sshd_config.erb

index cbc2d01..f04ec5b 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 @@ Match Address <%=
   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