1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/patches/01-no-root-login.diff

12 lines
236 B
Diff

--- rootfs.orig/etc/ssh/sshd_config
+++ rootfs/etc/ssh/sshd_config
@@ -25,7 +25,7 @@ LogLevel INFO
# Authentication:
LoginGraceTime 120
-PermitRootLogin without-password
+PermitRootLogin no
StrictModes yes
RSAAuthentication yes