https://bugzilla.mindrot.org/show_bug.cgi?id=2016 proler at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |proler at gmail.com --- Comment #1 from proler at gmail.com --- on freebsd: with this patch i cant connect with sctp to v6-only host. v4 is ok, but v6 addresses is not used in connection (in >netstat -p sctp - only sctp4 on connection, but sctp46 in listener) -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2016 chrysn at fsfe.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chrysn at fsfe.org --- Comment #2 from chrysn at fsfe.org --- works on linux via ipv6 (`ssh -z6 ::1`). the patch applies with minimal fuzz on the 6.1p1 and the 6.1p1-2 (debian patched) version. contrary to the description, i didn't find man page updates in the patch -- were they maybe just missed out? -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2016 --- Comment #3 from proler at gmail.com --- no problems with ::1 but any of /usr/local/bin/ssh -z6 fe80::ea40:f2ff:fe3e:a9f3 /usr/local/bin/ssh -z6 2001:5c0:1000:5000::1 does not works -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2016 --- Comment #4 from chrysn at fsfe.org --- i get the same behavior here on linux: `ssh -z6 fe80::216:d3ff:fece:598f`: ssh: connect to host fe80::216:d3ff:fece:598f port 22: Invalid argument what works is `ssh -z4 10.13.13.159`, `ssh -z6 ::1` and `ssh -z4 127.0.0.1`. the relevant lines from my config file are `Transport all`, `Port 22` and no explicit ListenAddress. the problem is server-side, as the following socat dialogue shows: $ socat sctp6:"[fe80::216:d3ff:fece:598f]":22 - 2013/01/08 08:53:30 socat[6565.18446744071997048576] E connect(3, AF=10 [fe80:0000:0000:0000:0216:d3ff:fece:598f]:22, 28): Invalid argument $ socat sctp6:"[::1]":22 - SSH-2.0-OpenSSH_6.1p1 Debian-2.1 -- You are receiving this mail because: You are watching the assignee of the bug.