After that start an xterm. The dropbear package can be run by either the regular user (insightfully named "user" on the 770) or by root. Both users start the dropbear server the same way:
/var/lib/install/etc/init.d/dropbear-server start
If launched by root, dropbear will listen to port 22, otherwise it will listen to port 2222. If you have a root access to your nokia you can change your password and log-in with it (passwd user), else you will have to upload a SSH key file to your ~/.ssh/authorized_keys in order to login. However, running sshd as root is a security risk (and allowing root login with the default password rootme - disable root login with passwd -l root after gaining root with sudo gainroot!), and passwords tend to be easily guessed, so SSH key files are recommended.
There is one comment on this page. [Display comment]