Reply
Thread Tools
anidel's Avatar
Posts: 1,743 | Thanked: 1,230 times | Joined on Jul 2006 @ Twickenham, UK
#11
The issue is that sshd is not starting on your device.
I had a very similar issue and found out that albeit Dev mode was on, openssh was not installed (but that probably wasn't the real issue) and that in /usr/sbin/ there is sshd.disabled instead of sshd.

So I suggest you to first open Terminal and become root (devel-so, rootme) and check is /usr/sbin/sshd.disabled exists?
If so, rename it /usr/sbin/sshd and try

pkill -o sshd

and retry from Qt Creator to deploy. If it doesn't work, very probable, restart the phone, re-attach the USB cable in SDK mode and try again.

As suggested here, select PR1.2 from the list of devices in the Qt Wizard, create the SSH keys, put the SDK Mode password in the Qt Wizard fields when it asks for it and deploy the keys.

It should, hopefully, all work from there on.
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,230 times | Joined on Jul 2006 @ Twickenham, UK
#12
Btw if /usr/sbin/sshd.disabled is not there, try first installing openssh:

apt-get install openssh

and check again. I did install openssh, but I think sshd was already there, but renamed sshd.disabled for some reason .
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:24.