aboutsummaryrefslogtreecommitdiff
path: root/pi_configs
AgeCommit message (Collapse)Author
10 daysDisable sshd root loginXiao Pan
The only thing I changed is set "PermitRootLogin" to "no". Because I'm not sure what's the pi's root password is or if it has one, so I prefer no password login for root. And default prohibit-password maybe bypassed by other configs. Instead of changing some other configs also, just disable root login is a safe and easy choice. I don't plan to change root password for now.
2025-05-14add pi config filesXiao Pan