From 522f2015d65b253952c96696ff2a0e23581f3fb2 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 13 Apr 2019 22:10:02 +0200 Subject: [PATCH] Comment out code to not break stuff --- modules/ssh/templates/sshd_config.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1