[Bug 534] No option to use IPv6 connections by default
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Mon Jun 23 09:29:10 EST 2003
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=534
brent at graveland.net changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
------- Additional Comments From brent at graveland.net  2003-06-23 09:29 -------
When using this feature with a ~/.ssh/config file of:
host test
  addressfamily inet
host *
  addressfamily any
host test has both an A and an AAAA record in DNS, but the v6 connection is
down. This is why I'd like to force the inet addressfamily.  It seems that the
host * entry wins.  When looking at the source, it seems like addressfamily is
global, rather than per host. This is inconsistent with the other options, no?
As a workaround, using bindaddress works as expected, and is per-host (in the
Options structure)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list