On Sun, Oct 12, 2014 at 7:30 AM, Matthew Fleming <[email protected]> wrote: > Hi, > > I bought a BBB from Adafruit which came with Debian installed. The console > starts up Debian without requiring a username and password. For my > application I need it to, and don't know how to make the change, because > I've never seen a Linux distro that works this way. Also, when I try to ssh > into the BBB, it will not accept a password which I know to be correct. > Would very much appreciate some help with these issues.
by "console" i think you mean "lxde" window desktop.. that autologin is setup by this line in /etc/lightdm/lightdm.conf autologin-user=debian For the second ssh thing.. Are you "100%" sure your typing the correct password? ssh is pretty important in debian/linux, on a stable release like debian, if that where to break, it would be fixed asap.. 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.
