summaryrefslogtreecommitdiff
path: root/roles/sshd
AgeCommit message (Collapse)AuthorFilesLines
2024-02-07fix(sshd): flush handlers at the end of the roleLars Wirzenius1-0/+3
This means sshd will accept connections again, unless the config is broken. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-10-24sshd: restart sshd if the main config file has "Include" addedLars Wirzenius1-0/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-10-11sshd: guard against a common misconfiguration of mineLars Wirzenius1-0/+6
Sponsored-by: author
2022-10-01sshd: insert Include at beginning of file, not endLars Wirzenius1-0/+1
At end, it'll be in a "match" block, which mean it won't work. Sponsored-by: author
2022-09-10sshd: make sure sshd_config includes sshd_config.d/*.confLars Wirzenius1-0/+6
Sponsored-by: author
2022-09-04fix: drop adding hostname to /etc/hosts as an alias for 127.0.0.1Lars Wirzenius1-0/+24
It doesn't seem to serve any useful purpose, but it bothers a Puomi router then servers 127.0.0.1 as its own address to its DHCP clients. Sponsored-by: author
2022-08-09fix: add missing defaults fileLars Wirzenius1-0/+9
Sponsored-by: author
2022-08-09sshd: make support for authorize_keys file optional (default yes)Lars Wirzenius1-0/+8
Sponsored-by: author
2022-08-03fix: allow ed25519 for certs as wellLars Wirzenius1-1/+1
Sponsored-by: author
2022-08-03fix: typo in sshd/READMELars Wirzenius1-1/+1
Sponsored-by: author
2022-08-02docs: document the `sshd` role variablesLars Wirzenius1-0/+17
Sponsored-by: author
2022-07-31sshd: addLars Wirzenius4-0/+100
Sponsored-by: author