diff --git a/features.in/armh/rootfs/image-scripts.d/50-sshd-root b/features.in/armh/rootfs/image-scripts.d/50-sshd-root index 6b01782e..8f1c99cd 100755 --- a/features.in/armh/rootfs/image-scripts.d/50-sshd-root +++ b/features.in/armh/rootfs/image-scripts.d/50-sshd-root @@ -1,6 +1,6 @@ #!/bin/sh # poor man's root switch -# NB: 50-users creates predefined users +# NB: use/deflogin might have been used to create predefined users cat >> /etc/openssh/sshd_config << EOF PermitRootLogin yes