Mailing List Archive

[Bug 534] No option to use IPv6 connections by default
http://bugzilla.mindrot.org/show_bug.cgi?id=534

brent@graveland.net changed:

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



------- Additional Comments From brent@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.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534





------- Additional Comments From djm@mindrot.org 2003-06-23 18:05 -------
Please attach a debug "ssh -v -v -v" trace



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534





------- Additional Comments From brent@graveland.net 2003-06-29 02:45 -------
Created an attachment (id=342)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=342&action=view)
output of ssh -vvv

This is the requested output. Sorry it took so long, as I should have really
created a new bug. I didn't get any email notification and just recently came
back to look at it.

If it's all right with you (ie. nobody else is compaining about this) I
wouldn't mind having a couple days to fix it myself?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534

brent@graveland.net changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |brent@graveland.net





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534





------- Additional Comments From brent@graveland.net 2003-06-29 03:57 -------
I sent a patch to tech@openbsd.org and am waiting for input...

it's at http://graveland.net/openbsd/openssh-addressfamily.patch



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534

djm@mindrot.org changed:

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



------- Additional Comments From djm@mindrot.org 2003-07-03 18:09 -------
fix applied - thanks



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 534] No option to use IPv6 connections by default [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=534

brent@graveland.net changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED



------- Additional Comments From brent@graveland.net 2003-07-04 03:04 -------
works for me :)

Thanks - hope I wasn't a pest



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