AddressFamily is supported in ssh_config but not in sshd_config.
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.