summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-13 19:31:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-13 19:31:22 -0400
commit72c26aa572f8e6f27778117afb889867b3ddab1e (patch)
treec9931e67130689104d46634a72e3d20a907c531e /doc/todo
parent2dde5693288f04f87f26b8371519b122390ae860 (diff)
close
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/optinally_transfer_file_unencryptedly.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/optinally_transfer_file_unencryptedly.mdwn b/doc/todo/optinally_transfer_file_unencryptedly.mdwn
index d622fcdab..ef27dc521 100644
--- a/doc/todo/optinally_transfer_file_unencryptedly.mdwn
+++ b/doc/todo/optinally_transfer_file_unencryptedly.mdwn
@@ -1,3 +1,6 @@
I have a git-annex repository on a NSLU 2, and transfers are much slower over ssh compared to unencrypted transfers (no wonder at that CPU speed). For the files that I am transferring, no encryption would be necessary. Unfortunately, ssh in Debian does not support "-c none" to disable encryption.
It would be nice if git-annex would have a way of conveniently transferring files in another way than SSH. I’m not sure what a good way would be – maybe launching a one-shot HTTP-server on the sending end? Haskell libraries for that would be available... Of course it is not always the case that the host reachable with "ssh foo" is also reachable via TCP at "foo:1234"... And there are surely more problem. But still, it would be nice :-)
+
+> Setting `remote.name.annex-rsync-transport = rsh` will now
+> make rsync special remotes use rsh instead of ssh. [[done]]