[SailfishDevel] Qt Creator - Custom Process Step - SFTP/SSH/SCP script to Device - Too many authentication failures for root

Simon Bolek simon.bolek at googlemail.com
Tue Apr 9 23:39:22 UTC 2013


hi,

In Qt Creator in Sailfish Project
- build against MerSDK-SailfishOS-i486-x86
- run in Mer VM (Virtual Box)
I would like to add a "Custom Process Step" with the SFTP/SCP script
deploying some files to the device.
but when I run one of those commands here

ssh -p 65535 -i ~/.ssh/qtc_id root at 10.0.2.4
or
sftp -oPort=65535 -i ~/.ssh/qtc_id root at 10.0.2.4

I get this error:
>> Received disconnect from 10.0.2.4: 2: Too many authentication failures
for root

If I do this in terminal with sudo it works fine. But from Qt Creator I
cannot use sudo. What is more, with meego-sdk SFTP upload step worked
without sudo, so it must be doable.

Anyone tried this yet?

cheers
simon:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sailfishos.org/pipermail/devel/attachments/20130410/63c522db/attachment.html>


More information about the Devel mailing list