Commit 07cc320b authored by Michael Shigorin's avatar Michael Shigorin

armh: get rid of 50-sshd-root

It was a temporary hack actually, and is better dropped long-term: things like predefined root accounts with remote access are *evil* and this hook was a half of that "solution". Use of oem feature to integrate first-boot setup is recommended to deal with this issue, at least when graphics are available.
parent f0368c63
#!/bin/sh
# poor man's root switch
# NB: use/deflogin might have been used to create predefined users
cat >> /etc/openssh/sshd_config << EOF
PermitRootLogin yes
UseDNS no
EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment