summaryrefslogtreecommitdiff
path: root/doc/todo/optinally_transfer_file_unencryptedly.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-18 20:07:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-18 20:07:59 -0400
commitc76bcdc47e0d4a48b9b9cc91718255e89c535d05 (patch)
tree2aed28a0de95f8b8b2d0c2d440c2917b884ea2f3 /doc/todo/optinally_transfer_file_unencryptedly.mdwn
parenta46424e78b1cd98f87ee62a49b63acff7e6d890c (diff)
bug triaging and tagging
Diffstat (limited to 'doc/todo/optinally_transfer_file_unencryptedly.mdwn')
-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
new file mode 100644
index 000000000..d622fcdab
--- /dev/null
+++ b/doc/todo/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 :-)