On Sunday, January 26, 2014 6:50:36 AM UTC-6, Markus wrote:
> 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
I'm having similar issues. I have been using ssh successfully for months and
it just stopped working. I've tried making the internal-sftp change, moving it
from a home directory to a root owned /org/mobile directory. Either way, it
comes back with auth failed.
Do you have any other suggestions?
--
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.