From e0b702435dc1f546c950afe026e3b1152819b6b8 Mon Sep 17 00:00:00 2001 From: cehteh Date: Sat, 27 Jul 2013 01:35:38 +0000 Subject: [PATCH] Added a comment: rsync daemon mode --- .../comment_5_ccaffa4aded9dab88c76a856b96ea5b9._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/special_remotes/rsync/comment_5_ccaffa4aded9dab88c76a856b96ea5b9._comment diff --git a/doc/special_remotes/rsync/comment_5_ccaffa4aded9dab88c76a856b96ea5b9._comment b/doc/special_remotes/rsync/comment_5_ccaffa4aded9dab88c76a856b96ea5b9._comment new file mode 100644 index 0000000000..3368b59ed9 --- /dev/null +++ b/doc/special_remotes/rsync/comment_5_ccaffa4aded9dab88c76a856b96ea5b9._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="cehteh" + ip="217.8.62.137" + subject="rsync daemon mode" + date="2013-07-27T01:35:37Z" + content=""" +rsync has a --daemon mode with a simple challenge-response authentication but no encryption. This offers a nice lightweight alternative to ssh, especially when we +store/transfer encrypted content anyways. Is this already supported in git-annex, if yes how to set it up? +"""]]