Hi,
After adding my phone as a device and succesfully testing the connection debugging fails with an ssh problem:
22:14:14: Running steps for project donnie...
22:14:14: Start Build Engine: The "Sailfish OS Build Engine" virtual machine is already running. Nothing to do.
22:14:14: Starting: "C:\SailfishOS\settings\SailfishSDK\libsfdk\build-target-tools\Sailfish OS Build Engine\SailfishOS-3.4.0.24-armv7hl\qmake.cmd" C:\temp\sailfish\apps\donnie\donnie.pro -spec linux-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
+ C:/SailfishOS/bin/./sfdk.exe -c target=SailfishOS-3.4.0.24-armv7hl qmake 'C:\temp\sailfish\apps\donnie\donnie.pro' -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
Not running under MSYS shell. Session management is not possible.
Error connecting to the build engine: Cannot establish SSH connection: ssh binary "" does not exist.
Error running command on the build engine:
22:14:14: The process "C:\SailfishOS\settings\SailfishSDK\libsfdk\build-target-tools\Sailfish OS Build Engine\SailfishOS-3.4.0.24-armv7hl\qmake.cmd" exited with code 120.
Error while building/deploying project donnie (kit: SailfishOS-3.4.0.24-armv7hl (in Sailfish OS Build Engine))
When executing step "qmake"
22:14:14: Elapsed time: 00:01.
I am using Windows 10. ssh.exe is not in the PATH
Setting:
Path to ssh executable: C:\Program Files\Git\usr\bin\ssh.exe
Testing connection:
Connecting to host...
Checking kernel version...
Linux 3.4.67-sfos+ armv7l
Checking if specified ports are available...
All specified ports are available.
Checking whether an SFTP connection can be set up...
SFTP service available.
Checking whether rsync works...
Failed to start rsync: Process failed to start: The system cannot find the file specified.
SFTP will be used for deployment, because rsync is not available.
Device test finished successfully.
And about rsync:
Using username "defaultuser".
defaultuser@192.168.4.26's password:
Last login: Tue Dec 1 20:50:53 2020 from 192.168.4.155
,---
| Sailfish OS 3.4.0.24 (Pallas-Yllästunturi)
'---
[defaultuser@One ~]$ rsync --version
rsync version 3.1.3 protocol version 31
Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, prealloc
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
[defaultuser@One ~]$