Hi one question about the IPv6 format in permitopen=. Is this ":::/port" used anywhere else? The only documented format for literal IPv6 addresses I found was RFC 2732 as it's used in web-browsers. They specify the address as "[:::]:port" In OpenSSH this would be matched by changing "%255[^/]/%5[0-9]" to "%*[[]%255[^]]%*[]]:%5[0-9]" in the auth-options.c Frank
Apparently Analagous Threads
- DO NOT REPLY [Bug 4016] New: literal IPv6 addresses not supported in ssh protocol
- [Bug 1267] PermitOpen - Multiple forwards don't works
- [Bug 8060] New: "hosts allow" in rsyncd.conf doesn't handle IPv6 subnets smaller than /64.
- [Bug 2711] New: Patch to add permitgwport and restrict permitopen to be a default deny
- [Bug 2001] New: Document PermitOpen none in man page