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@10.0.2.4 or sftp -oPort=65535 -i ~/.ssh/qtc_id root@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:)
_______________________________________________ SailfishOS.org Devel mailing list