Skip to content

Commit

Permalink
Merge pull request #105 from dev-sec/fix_104
Browse files Browse the repository at this point in the history
remove duplicate section
  • Loading branch information
rndmh3ro authored Apr 22, 2017
2 parents 4ba86e1 + 97ba242 commit 893fd08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
template: src='openssh.conf.j2' dest='/etc/ssh/ssh_config' mode=0644 owner="{{ ssh_owner }}" group="{{ ssh_group }}"
when: ssh_client_hardening

- name: create ssh_config and set permissions to root/644
template: src='openssh.conf.j2' dest='/etc/ssh/ssh_config' mode=0644 owner=root group=root
when: ssh_client_hardening

- name: Check if /etc/ssh/moduli contains weak DH parameters
shell: awk '$5 < {{ sshd_moduli_minimum }}' /etc/ssh/moduli
register: sshd_register_moduli
Expand Down

0 comments on commit 893fd08

Please sign in to comment.