| Summary: | PermitOpen config lines beyond the first are ignored by sshd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | RyanC <kvhwyucjkp> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | normal | CC: | djm, kvhwyucjkp | ||||
| Priority: | P2 | ||||||
| Version: | 5.8p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
RyanC
2011-03-22 13:33:03 AEDT
Created attachment 2019 [details]
patch to fix the problem
"first match wins" is normal practice for sshd_config parsing. You can specify multiple permitopens on a single line separated by whitespace. close resolved bugs now that openssh-5.9 has been released |