| Summary: | PermitOpen - Multiple forwards don't works | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Javier <galan_j> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | security | ||||||
| Priority: | P2 | ||||||
| Version: | 4.5p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1274 | ||||||
| Attachments: |
|
||||||
|
Description
Javier
2006-12-05 12:16:15 AEDT
Created attachment 1220 [details]
Fix PermitOpen for multiple entries
Does this patch resolve your problem?
(In reply to comment #1) > Created an attachment (id=1220) [details] > Fix PermitOpen for multiple entries > Does this patch resolve your problem? Yes work fine. The statement must be in the format PermitOpen 192.168.0.1:8091 192.168.0.2:2560 192.168.0.3:25 192.168.0.3:110 Other format (with commas between the IPs, using = before the first IP or enclosed the Ips) donât work or generate and error in the service start. Close resolved bugs after release. |