You need to use telnet for the first login:
You can then issue the passwd command to set a root password and activate the ssh server:
For future sessions, you can ssh into the box as the root user. More info on the OpenWrt DIY page.
telnet 192.168.1.1
You can then issue the passwd command to set a root password and activate the ssh server:
passwd
For future sessions, you can ssh into the box as the root user. More info on the OpenWrt DIY page.