ansible-secure-ssh icon indicating copy to clipboard operation
ansible-secure-ssh copied to clipboard

The ansible playbook to improve the security of your SSH

Results 2 ansible-secure-ssh issues
Sort by recently updated
recently updated
newest added

Possibly you should update your code to first clean all duplicates: https://stackoverflow.com/questions/65228192/ansible-disable-ssh-password-authentication Something like: - name: clean duplicates replace: path: '/etc/ssh/sshd_config' after: 'PasswordAuthentication' regexp: '^(.*)PasswordAuthentication(.*)$' replace: '' - name: clean...

using your role leads to a high increase of ansible-lint notifications