Skip to content

Commit

Permalink
Merge pull request #100 from asomiddinrustamov/arustam_dev
Browse files Browse the repository at this point in the history
Set SSH_USE_STRONG_RNG. Fix for issue #99
  • Loading branch information
georgenalen authored Mar 11, 2022
2 parents 67bf830 + 9f5c91b commit b98e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: "LOW | RHEL-08-010292 | PATCH | RHEL 8 must ensure the SSH server uses strong entropy."
lineinfile:
path: /etc/sysconfig/sshd
regexp: '^SSH_USE_STRONG_RNG=|^.*SSH_USE_STRONG_RNG='
regexp: '^(#)?SSH_USE_STRONG_RNG='
line: SSH_USE_STRONG_RNG=32
notify: restart sshd
when:
Expand Down

0 comments on commit b98e28c

Please sign in to comment.