Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 2616b36

Browse files
committed
Satisfy requirements of controls 'ssh-14' and 'ssh-15'
Signed-off-by: Alex Chistyakov <alexclear@gmail.com>
1 parent f8cb563 commit 2616b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/openssh.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ForwardX11 no
8282

8383
# Never use host-based authentication. It can be exploited.
8484
HostbasedAuthentication no
85-
{% if sshd_version.stdout is version('7.4', '<') %}
85+
{% if sshd_version.stdout is version('7.6', '<') %}
8686
RhostsRSAAuthentication no
8787
# Enable RSA authentication via identity files.
8888
RSAAuthentication yes

0 commit comments

Comments
 (0)