Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/259420
Change subject: ssh: Disallow optional X forwarding ...................................................................... ssh: Disallow optional X forwarding Kills an LDAP variable. Only host using it has had it removed and the multimedia team notified (it was multimedia-perf) Bug: T101447 Change-Id: I4018b63a415a3482b2dfc34e0559cfb3a522bd01 --- M modules/ssh/templates/sshd_config.erb 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/20/259420/1 diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 2c3b45c..27ee035 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -106,10 +106,6 @@ <% if @ssh_tcp_forwarding then %> AllowTcpForwarding <%= @ssh_tcp_forwarding %> <% end %> -<% if @ssh_x11_forwarding then %> -X11Forwarding <%= @ssh_x11_forwarding %> -<% end %> - #MaxStartups 10:30:60 #Banner /etc/issue.net -- To view, visit https://gerrit.wikimedia.org/r/259420 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4018b63a415a3482b2dfc34e0559cfb3a522bd01 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
