| Summary: | support for AddressFamily in sshd_config | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Pavel Kankovsky <peak> | ||||||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | enhancement | ||||||||||
| Priority: | P2 | ||||||||||
| Version: | 3.8.1p1 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Pavel Kankovsky
2004-07-21 06:58:48 AEST
Created attachment 689 [details]
AddressFamily support in sshd_config
This patch implements AddressFamily in sshd_config. (warning: there is a small
ugly thing there: "#define IPv4or6 options.address_family" in sshd.c)
Oops...Warning 2: I forgot to remove the hunk changing sshd_config. Send a better patch. Don't use the #define hack. It's impossible to judge this patch with that hack in place. - Ben Created attachment 694 [details]
cleaned & fixed patch
- #define hack removed
- better text in sshd_config.5 (it might make sense to made similar changes in
ssh_config.5 where the original text came from)
- bug fixed: channel_set_af() was called too early (grr)
Created attachment 752 [details]
Respin patch for CVS -current 20041220
Patch applied - thanks! Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |