summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://www.joachim-breitner.de/ <nomeata@web>2012-12-22 22:06:45 +0000
committerGravatar admin <admin@branchable.com>2012-12-22 22:06:45 +0000
commitc75ee54040934fb37712bfee924d6e308e7e8ecf (patch)
tree547b1aa47c7f60e7bfb3893bda938b99d4c1e3d6 /doc
parent3798b178cb02f1891c782fa1ca97f700f5b566d9 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/optinally_transfer_file_unencryptedly.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/optinally_transfer_file_unencryptedly.mdwn b/doc/bugs/optinally_transfer_file_unencryptedly.mdwn
new file mode 100644
index 000000000..d622fcdab
--- /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 :-)