| Summary: | The "Bad local forwarding specification" error only caused by socket filename longer than 103 characters | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | vpithart |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | djm |
| Priority: | P5 | ||
| Version: | 7.9p1 | ||
| Hardware: | 68k | ||
| OS: | Mac OS X | ||
|
Description
vpithart
2019-07-01 21:09:45 AEST
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. closing resolved bugs as of 8.6p1 release |