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

Commit 1e3a474

Browse files
committed
Remove equality check
Signed-off-by: neophy7e <kbentoumi@gmail.com>
1 parent 7685b8f commit 1e3a474

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.4', '<') %}
8686
RhostsRSAAuthentication no
8787
# Enable RSA authentication via identity files.
8888
RSAAuthentication yes

0 commit comments

Comments
 (0)