Skip to main content

max / mountaineer

302 B · 7 lines History Blame Raw
1 # Live ISO override: allow root SSH (publickey only) for the installer
2 # environment. Common sshd_config denies root login; the live env needs
3 # it so the installer can be driven remotely. The installed system never
4 # sees this file — it's only in the live apkovl.
5
6 PermitRootLogin prohibit-password
7