[Touch-packages] [Bug 1831101] Re: rsync with remote sudo fails over ssh/pki with protocol mismatch error

2019-06-02 Thread Christian Ehrhardt 
Thanks Gareth to come back and document the fix for your case! This will certainly help other users finding this bug if they run into the same. ** Changed in: rsync (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1831101] Re: rsync with remote sudo fails over ssh/pki with protocol mismatch error

2019-06-01 Thread Gareth Evans
Not a bug. The problem seems to be -tt in the ssh options, which I had picked-up from somewhere as a possible solution, but https://bugzilla.redhat.com/show_bug.cgi?id=1019923 suggests rsync cannot be expected to work over ssh with -tt, albeit resulting there in a different error condition than

[Touch-packages] [Bug 1831101] Re: rsync with remote sudo fails over ssh/pki with protocol mismatch error

2019-05-31 Thread Christian Ehrhardt 
I have set this up in Xenial/Bionic/Eoan The following syncs nicely a dir created as root to need the sudo to read it: $ rsync -AEaogt --rsync-path="sudo rsync" -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" /tmp/foo ubuntu@10.253.194.115:/tmp This works among all pairs and