diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-13 19:31:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-13 19:31:22 -0400 |
commit | 72c26aa572f8e6f27778117afb889867b3ddab1e (patch) | |
tree | c9931e67130689104d46634a72e3d20a907c531e | |
parent | 2dde5693288f04f87f26b8371519b122390ae860 (diff) |
close
-rw-r--r-- | doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/optinally_transfer_file_unencryptedly.mdwn | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn index 65a2c8fdc..8239ae708 100644 --- a/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn +++ b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn @@ -25,3 +25,6 @@ Please provide any additional information below. [[!meta title="rsync special remote does not use ssh connection caching"]] + +> [[done]]; ssh connection caching is now done for these remotes. +> --[[Joey]] 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]] |