diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-21 13:06:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-21 13:20:57 -0400 |
commit | d439c9ca8719ec765bc685db05163223a0d5b72c (patch) | |
tree | c7bfd1938c550db47a4de751115022f6d79447b1 /doc/bugs/rsync_transport:_username_not_respected.mdwn | |
parent | 6cdf0e5ef173c5bb72fbdfa46a0654dd3204dab4 (diff) |
Fix handling of rsync remote urls containing a username, including rsync.net.
This breakage seems to have been caused way back in 0957b771,
but I am pretty sure rsync.net support has not been entirely
broken since last April. AFAICS, the generated .ssh/config
has not changed since then -- it has never included a Username setting
line. So, I am puzzled at when this reversion was introduced.
Note that the breakage only affected checkpresent and remove. Upload and
download use the ssh connection caching, which includes a -l username.
Diffstat (limited to 'doc/bugs/rsync_transport:_username_not_respected.mdwn')
-rw-r--r-- | doc/bugs/rsync_transport:_username_not_respected.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/rsync_transport:_username_not_respected.mdwn b/doc/bugs/rsync_transport:_username_not_respected.mdwn index f4db3b70c..467e67643 100644 --- a/doc/bugs/rsync_transport:_username_not_respected.mdwn +++ b/doc/bugs/rsync_transport:_username_not_respected.mdwn @@ -36,3 +36,8 @@ Type: prebuilt # End of transcript or log. """]] + +> Argh! How did that break? I know it used to work. +> I have fixed it, unfortunately the fix was too late for today's release, +> but it will be available in autobuilds shortly. +> [[fixed|done]] --[[Joey]] |