Bug 898

Summary: support for AddressFamily in sshd_config
Product: Portable OpenSSH Reporter: Pavel Kankovsky <peak>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.8.1p1   
Hardware: All   
OS: All   
Attachments:
Description Flags
AddressFamily support in sshd_config
none
cleaned & fixed patch
none
Respin patch for CVS -current 20041220 none

Description Pavel Kankovsky 2004-07-21 06:58:48 AEST
AddressFamily is supported in ssh_config but not in sshd_config.
Comment 1 Pavel Kankovsky 2004-07-21 07:02:47 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)
Comment 2 Pavel Kankovsky 2004-07-21 07:05:11 AEST
Oops...Warning 2: I forgot to remove the hunk changing sshd_config.
Comment 3 Ben Lindstrom 2004-07-21 08:27:19 AEST
Send a better patch.  Don't use the #define hack.  It's impossible to judge 
this patch with that hack in place.  

- Ben
Comment 4 Pavel Kankovsky 2004-07-22 01:27:00 AEST
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)
Comment 5 Damien Miller 2004-12-20 10:56:58 AEDT
Created attachment 752 [details]
Respin patch for CVS -current 20041220
Comment 6 Damien Miller 2004-12-24 10:04:28 AEDT
Patch applied - thanks!
Comment 7 Darren Tucker 2006-10-07 11:36:35 AEST
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.