Hi,
I've solved the problem.
It's all about ssh configuration. MobileOrg ssh synchronizer will not work
with the Debian default ssh configuration.
The subsystem for sftp must be changed in /etc/ssh/sshd_config from
'/usr/lib/openssh/sftp-server' to 'internal-sftp'.
The following section at the bottom of sshd_config must be entered in case
the MobileOrg files are located in the home directory tree of a user:
Match Group users
ChrootDirectory /home/%u
ForceCommand internal-sftp
Besides, the file system persmissions must be changed. From ssh root
directory (depending on ssh config), all the way up
in the directory structure to the file systems root ('/') must be owned by
user root.
Markus
--
You received this message because you are subscribed to the Google Groups
"mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.