summaryrefslogtreecommitdiff
path: root/roles/sshd
AgeCommit message (Expand)AuthorFilesLines
2024-02-07fix(sshd): flush handlers at the end of the roleLars Wirzenius1-0/+3
2023-10-24sshd: restart sshd if the main config file has "Include" addedLars Wirzenius1-0/+1
2022-10-11sshd: guard against a common misconfiguration of mineLars Wirzenius1-0/+6
2022-10-01sshd: insert Include at beginning of file, not endLars Wirzenius1-0/+1
2022-09-10sshd: make sure sshd_config includes sshd_config.d/*.confLars Wirzenius1-0/+6
2022-09-04fix: drop adding hostname to /etc/hosts as an alias for 127.0.0.1Lars Wirzenius1-0/+24
2022-08-09fix: add missing defaults fileLars Wirzenius1-0/+9
2022-08-09sshd: make support for authorize_keys file optional (default yes)Lars Wirzenius1-0/+8
2022-08-03fix: allow ed25519 for certs as wellLars Wirzenius1-1/+1
2022-08-03fix: typo in sshd/READMELars Wirzenius1-1/+1
2022-08-02docs: document the `sshd` role variablesLars Wirzenius1-0/+17
2022-07-31sshd: addLars Wirzenius4-0/+100