Skip to content

Commit

Permalink
key-order[task]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jul 12, 2024
1 parent 14d7e36 commit b7521ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
mode: 0644

- name: Manage ed25519 host key
when: crypto_policy == 'STRICT'
block:
- name: Check the ed25519 host key
ansible.builtin.stat:
Expand Down Expand Up @@ -132,7 +133,6 @@
mode: 0600
state: present
notify: Restart sshd
when: crypto_policy == 'STRICT'

- name: Disable weak host keys
when:
Expand Down

0 comments on commit b7521ef

Please sign in to comment.