bugzilla-daemon at mindrot.org
2004-Jun-23 21:39 UTC
[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 at mindrot.org
ReportedBy: vlada at 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.
bugzilla-daemon at mindrot.org
2004-Jun-23 23:18 UTC
[Bug 885] List of preferred address families ?
http://bugzilla.mindrot.org/show_bug.cgi?id=885 ------- Additional Comments From mouring at 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.
bugzilla-daemon at mindrot.org
2004-Jun-24 01:02 UTC
[Bug 885] List of preferred address families ?
http://bugzilla.mindrot.org/show_bug.cgi?id=885
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dtucker at 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.