From 72c26aa572f8e6f27778117afb889867b3ddab1e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 13 Apr 2013 19:31:22 -0400 Subject: close --- doc/todo/optinally_transfer_file_unencryptedly.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/todo') 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]] -- cgit v1.2.3