[Bug 2016] SCTP Support
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Aug 19 01:13:52 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2016
openssh at ml.breakpoint.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |openssh at ml.breakpoint.cc
--- Comment #5 from openssh at ml.breakpoint.cc ---
The link local address (fe80::) require the interface which should be
used to reach the address. On linux you use % operator for this:
|bin/ssh -M fe80::111:41ff:fec1:1a81%br0 -p 65535 -z
|Last login: Sun Aug 18 16:16:56 2013 from ip6-localhost
where I use br0 to reach fe80::111:41ff:fec1:1a81. This is not sctp
specific.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list