roles/hpc-cloud/roles/common/files/sshd_config
is less secure than
roles/ldap/templates/sshd_config
There are a lot of differences. E.g. roles/ldap/templates/sshd_config has PasswordAuthentication no, but this is missing from roles/hpc-cloud/roles/common/files/sshd_config, which means it defaults to Yes.
roles/hpc-cloud/roles/common/files/sshd_config
is less secure thanroles/ldap/templates/sshd_config
There are a lot of differences. E.g.roles/ldap/templates/sshd_config
hasPasswordAuthentication no
, but this is missing fromroles/hpc-cloud/roles/common/files/sshd_config
, which means it defaults toYes
.