@coderus, AFAIK @garp was trying to ssh into ubiboot console, not to Nemo/Sailfish (where the password is "nemo" in some versions...) There's no password set for root in ubiboot, instead to use ssh/sftp to access ubiboot maintanance console, you need to use keypairs. (this is a security feature really) To use ssh/sftp to access ubiboot maintanance console, you first have to make private&public keypair with ssh-keygen, then insert your public key into the G_SSH_AUTHORIZED_KEYS key in your ubiboot.conf. Then, when logging into the device you need to use the private key, just like documented in your ubiboot.conf: "ssh -i my_n9_identity root@192.168.2.15" @garp, I do not quite follow up your logic here Sure you need to create the keypair first, before engaging nautilus login...?
"ssh -i my_n9_identity root@192.168.2.15"