![]() |
2009-07-08
, 07:15
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
![]() |
2009-07-08
, 07:58
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#3
|
![]() |
2009-07-08
, 08:04
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
![]() |
2009-07-08
, 08:26
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#5
|
and there is "rootme" the default password for root.
![]() |
2009-07-08
, 08:31
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#6
|
![]() |
2009-07-08
, 08:42
|
|
Posts: 315 |
Thanked: 71 times |
Joined on Oct 2008
@ €@$T Montreal Quebec Canada
|
#7
|
![]() |
2009-07-08
, 16:02
|
Posts: 16 |
Thanked: 0 times |
Joined on Jul 2009
|
#8
|
There is no default root password (the root account is disabled out of the box). If you set one by running "passwd root" (as root) then that should work for ssh access. Just to make sure that the passwd change takes effect, run "grep root /etc/passwd" before and after the passwd command (the output should be different).
![]() |
2009-07-08
, 16:02
|
Posts: 16 |
Thanked: 0 times |
Joined on Jul 2009
|
#9
|
No, it still is "rootme" (I ran john once...) but the /etc/init.d/ttyusb0 script disables the account if RD Mode is disabled.
@flp
You say you've got rootsh installed, so run "rootsh passwd root" and set a new password. And this should work considering rootsh is setuid...
![]() |
2009-07-08
, 16:06
|
Posts: 16 |
Thanked: 0 times |
Joined on Jul 2009
|
#10
|
sudser 0.2.0-2 installed work weel too
after install
sudo su -
passwd
type new password
confirm you new password
alleluia
When I try a command with sudo and it asks for the password, nothing I put in works. E.g., rootme, password, fakeroot, just hitting enter, etc...
Same with ssh root@localhost or when trying to ssh root@<ipaddress_of_device> from my computer.
I have rootsh and openssh installed. Typing in "sudo gainroot" on my device gives me access to the root shell but I still can't do ssh root@localhost with any of the passwords I've tried before. I've also tried "passwd" and "passwd root", in the root shell, but whatever new password I give it there doesn't stick.
Can I fix this without using R&D mode? Or if I can't, what do I do once I put the device in R&D mode?
Cheers, flp