Please describe the problem.
When cloning a remote client repo via ssh and then enableremote the encryptionsetting seem not be used
What steps will reproduce the problem?
- create a repository (as client) on computer WO
- create a special remote via rsync+ssh on computer BA with encryption=none from WO --> syncing works
- git clone via ssh from WO on computer XY, group is manual
- git-annex get on XY with source WO workes (OK)
- enableremote BA on computer XY
- shutdown computer WO
try to get some file on computer XY. The download is first tried from WO, then from BA --> correct
download from BA fails (ERROR) --> Reason seems to be that encryption=none is not honored: rsync: change_dir "XXXXXXXX/GPGHMACSHA1--398057f8bd37edf898aeae4557c6277f1162382b" failed: No such file or directory (2)
I additionally could not find out where to manually change the encryption settings after enableremote
What version of git-annex are you using? On what operating system?
git-annex version: 5.20140412ubuntu1 build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external local repository version: 5 supported repository version: 5 upgrade supported from repository versions: 0 1 2 4
Please provide any additional information below.
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.

I cannot reproduce this, and you did not provide any kind of transcript, which makes it hard to guess where you went wrong.
Here is a transcript of it working.
joey@darkstar:~/tmp/1>mkdir /tmp/demo joey@darkstar:~/tmp/1>git annex initremote demo type=rsync encryption=none rsyncurl=localhost:/tmp/demo initremote demo ok (recording state in git...) joey@darkstar:~/tmp/1>git annex copy --to demo copy foo (checking demo...) (to demo...) sending incremental file list f28/ f28/734/ f28/734/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8/ f28/734/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8 30 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/5) ok (recording state in git...) joey@darkstar:~/tmp/1>cd .. joey@darkstar:~/tmp>cd 2 joey@darkstar:~/tmp/2>git annex sync [...] joey@darkstar:~/tmp/2>git annex enableremote demo enableremote demo ok (recording state in git...) joey@darkstar:~/tmp/2>git annex get --from demo get foo (from demo...) SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8 30 100% 29.30kB/s 0:00:00 (xfr#1, to-chk=0/1) ok (recording state in git...)