aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/tasks/sshd.yml
AgeCommit message (Collapse)Author
2022-10-22fedora: sshd: only allow publickey authenticationAsbjørn Sloth Tønnesen
"PasswordAuthentication no" only prevents password logins from ever being successful, but it still entertain clients with the possiblity of password logins. This reduces the offered authentication methods from: debug1: Authentications that can continue: publickey,password to just publickey: debug1: Authentications that can continue: publickey After which most bots just disconnects. Esmil: simplified so we only need one lineinfile stanza
2021-01-17space_server: update for Fedora 33Emil Renner Berthing
2020-02-27roles: remove useless |bool filtersEmil Renner Berthing
This used to be a fix for some bogus warnings, but they seem to have gone in recent versions of Ansible
2020-02-27space_server: use common secrets.yml in ansible rootEmil Renner Berthing
..and generalize and move sshd tasks to fedora role.