On Mon, Oct 13, 2014 at 8:15 PM, <[email protected]> wrote: > Robert, > > I did again an eMMC flasher and now temppwd works, but still unable to > login as root > > login as: ubuntu > [email protected]'s password: > Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.8.13-bone63 armv7l) > > * Documentation: https://help.ubuntu.com/ > Last login: Tue Oct 14 01:04:07 2014 from 192.168.7.1 > ubuntu@arm:~$ sudo passwd root > [sudo] password for ubuntu: > Sorry, try again. > [sudo] password for ubuntu: > Enter new UNIX password: > Retype new UNIX password: > passwd: password updated successfully > ubuntu@arm:~$ sudo passwd -u root > passwd: password expiry information changed. > ubuntu@arm:~$ > > login as: root > [email protected]'s password: > Access denied > [email protected]'s password:
Well, did you reconfigure sshd to allow root access? root over ssh is a serious security hole and is NOT enabled by default in openssh-server.. Couple hints here: http://lmgtfy.com/?q=ubuntu+allow+root+ssh Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
