Did a new clean new archARM build this afternoon, pushed through a pacman -Syu system update while still using the default alarmpi root account, and then found I could no longer log in to my new system over ssh with the default root account and password.
OpenSSH 7 turned out to be the culprit ( openssh-7.0p1 deprecates ssh-dss keys / https://www.archlinux.org/news/openssh- ... -dss-keys/ ), with one of its "Potentially-incompatible Changes" being
* The default for the sshd_config(5) PermitRootLogin option has
changed from "yes" to "prohibit-password".
(http://lists.mindrot.org/pipermail/open ... 00122.html)
A quick edit of /etc/ssh/sshd_config puts things back as they were.
I know permitting root login (with password) over SSH is ill-advised on security groups, but given its the default account on a new arch ARM system, I bet there's a lot of people still doing it. Hope this post saves someone some time...
/ CB