On Sun, Oct 06, 2013 at 04:18:03PM -0400, Joey Hess wrote:
> For example, git-annex is aware that unix domain sockets are
> limited to around 100 characters for the total path, and so it
> avoids using them if it cannot generate on shorter than that. But your
> obfuscated path *appears* to be 112 characters long..

And why do you think it had a different length?

> Also, I have no idea what "Pex3w7XYJ65vIFm2" is. git-annex only uses
> the hostname, or a md5sum of the hostname for the control socket.
> This seems to be neither, unless you have very strange hostnames.

It is something ssh adds to avoid having a socket where noone listens.

So there are two bugs:
- ssh does not take this random stuff into account when checking the
  length of the ControlPath option.
- git-annex assuming it have the complete 100 bytes, while ssh takes 16
  for itself.

Bastian

-- 
You're too beautiful to ignore.  Too much woman.
                -- Kirk to Yeoman Rand, "The Enemy Within", stardate unknown


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to