| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | /etc/ssh/sshd_config.d/10-archiso.conf: keep only the modified options | nl6720 | 2023-08-26 | 1 | -115/+2 |
| | | | | | | | | | The only changes we make to the default are to enable root login via a password. While `PasswordAuthentication yes` is the default, let's set it explicitly to avoid potential issues in the future. | ||||
| * | Move custom sshd_config to /etc/ssh/sshd_config.d/ | nl6720 | 2023-08-26 | 1 | -0/+116 |
| openssh 9.4p1-2 changed /etc/ssh/sshd_config to add support for drop-in files in /etc/ssh/sshd_config.d/. Using drop-in files avoids needing to keep up with changes to the default /etc/ssh/sshd_config. | |||||
