Ensure that motd is not displayed twice

motd is handled by default with pam_motd.so module. Setting Banner option
for sshd_config makes motd to be shown twice, which is excessive

Change-Id: I4e8bdbe8f482f61235b4b14a619e4ed91b01f2f4
This commit is contained in:
Dmitriy Rabotyagov 2020-08-05 14:09:46 +03:00
parent 1890dc0520
commit 64ea421bba
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ HostbasedAuthentication no
{% endif %}
# V-72221
Ciphers {{ security_sshd_cipher_list }}
# V-72225
Banner {{ security_sshd_banner_file }}
# V-72237
ClientAliveInterval {{ security_sshd_client_alive_interval }}
# V-72241