Add a comment about AcceptEnv

This commit is contained in:
Benoît S. 2017-08-18 14:37:18 +02:00
parent 8dbe8bf4ac
commit a95d7893c5

View file

@ -59,6 +59,8 @@
notify: reload sshd
when: evolinux_ssh_disable_root
# We disable AcceptEnv because it can be a security issue, but also because we
# do not want clients to push their environment variables like LANG.
- name: disable AcceptEnv in ssh config
replace:
dest: /etc/ssh/sshd_config