Dreambox/Misc

Aus SchnallIchNet
Wechseln zu: Navigation, Suche

SSH

after installing/flashing new image on my box i wasn't able to ssh to...
nothing i tried worked also the default-password i found in some board-threads (password: dreambox)
didn't work. 'Access denied' was the answer i always got!

finally i solved the problem!
the new images has NO password set for the root-user
and because ssh is secure(!) it is not possible to log into accounts without password!!
so i used telnet to connect:

  1. telnet dreambox.mydomain.tld
  2. set a password for root
  3. create directory '.ssh' (optional)
  4. create file '.ssh/authorized_keys' (optional)
  5. copy my public key into that file (optional)
  6. ssh to machine...
  7. have fun! ;-)