| Summary: | Forwarded Unix domain sockets not removed on logout | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Stephen Warren <swarren> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | daniel.subs, djm, mindrot |
| Priority: | P5 | ||
| Version: | 6.7p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Stephen Warren
2014-11-07 17:31:49 AEDT
ssh/sshd should probably clean up after itself better, but you might be interested in the ssh_config StreamLocalBindUnlink option in the meantime Yes, that option seems to work. Shouldn't it be the default if sshd isn't going to clean up after itself when connections drop? I wonder if it interacts correctly with control masters? (In reply to Stephen Warren from comment #2) > Yes, that option seems to work. > > Shouldn't it be the default if sshd isn't going to clean up after > itself when connections drop? I'd think so. And ssh client too for localforwards. > I wonder if it interacts correctly with control masters? StreamLocalBindUnlink appears to leave existing local forward sockets alone and assume they remain connected to the same remote end. |