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:
parent
1890dc0520
commit
64ea421bba
@ -12,8 +12,6 @@ HostbasedAuthentication no
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
# V-72221
|
# V-72221
|
||||||
Ciphers {{ security_sshd_cipher_list }}
|
Ciphers {{ security_sshd_cipher_list }}
|
||||||
# V-72225
|
|
||||||
Banner {{ security_sshd_banner_file }}
|
|
||||||
# V-72237
|
# V-72237
|
||||||
ClientAliveInterval {{ security_sshd_client_alive_interval }}
|
ClientAliveInterval {{ security_sshd_client_alive_interval }}
|
||||||
# V-72241
|
# V-72241
|
||||||
|
Loading…
Reference in New Issue
Block a user