[Bug 3027] The "Bad local forwarding specification" error only caused by socket filename longer than 103 characters
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Mon Jul 1 21:35:21 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3027
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
That's a limitation of AF_UNIX sockets unfortunately - that's how much
room is available in the kernel struct sockaddr_storage API and AFAIK
it's impossible for ssh to increase it.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list