From d98784aab49acbaa9f97f870c247d6495559dae4 Mon Sep 17 00:00:00 2001 From: "http://www.joachim-breitner.de/" Date: Sat, 22 Dec 2012 22:06:45 +0000 Subject: [PATCH] --- doc/bugs/optinally_transfer_file_unencryptedly.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bugs/optinally_transfer_file_unencryptedly.mdwn diff --git a/doc/bugs/optinally_transfer_file_unencryptedly.mdwn b/doc/bugs/optinally_transfer_file_unencryptedly.mdwn new file mode 100644 index 0000000000..d622fcdab6 --- /dev/null +++ b/doc/bugs/optinally_transfer_file_unencryptedly.mdwn @@ -0,0 +1,3 @@ +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 :-)