X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fsshd_config.erb;fp=modules%2Fssh%2Ftemplates%2Fsshd_config.erb;h=f04ec5be92bd01adb7ae414cdf25336523e62f78;hb=522f2015d65b253952c96696ff2a0e23581f3fb2;hp=cbc2d014123168970cd1b4af7e56a4a77f264c7c;hpb=43f9fbf3e6499fe786afdec15cf06cd5b32946c5;p=mirror%2Fdsa-puppet.git 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