From: Tollef Fog Heen Date: Sat, 13 Apr 2019 20:10:02 +0000 (+0200) Subject: Comment out code to not break stuff X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=522f2015d65b253952c96696ff2a0e23581f3fb2;p=mirror%2Fdsa-puppet.git Comment out code to not break stuff --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index cbc2d0141..f04ec5be9 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -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