Mailing List Archive

[Bug 885] List of preferred address families ?
http://bugzilla.mindrot.org/show_bug.cgi?id=885

Summary: List of preferred address families ?
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: vlada@devnull.cz


Would it be possible to add list of preferred address families to ssh_config ?
Command line options -4 and -6 do not suffice for all purposes.

something like:

Host myhost1
Hostname dualstack.bignetwork.net
PreferredAF ipv4,ipv6



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 885] List of preferred address families ? [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=885





------- Additional Comments From mouring@eviladmin.org 2004-06-24 09:18 -------
We already have "AddressFamily" in ssh_config.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 885] List of preferred address families ? [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=885

dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED



------- Additional Comments From dtucker@zip.com.au 2004-06-24 11:02 -------
... and it's been there since 3.7.

$ man ssh_config
[...]
AddressFamily
Specifies which address family to use when connecting. Valid
arguments are ``any'', ``inet'' (Use IPv4 only) or ``inet6'' (Use
IPv6 only.)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.