[Bug 2016] New: SCTP Support
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 8 21:59:11 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2016
Bug #: 2016
Summary: SCTP Support
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: seggelmann at fh-muenster.de
Created attachment 2163
--> https://bugzilla.mindrot.org/attachment.cgi?id=2163
The SCTP support patch for the current CVS version
This patch adds SCTP support for OpenSSH on systems with SCTP
capabilities with the following features:
- SCTP support can be configured with --with-sctp, but is disabled by
default
- use SCTP for SSH connections instead of TCP
- SCTP's multi-homing is activated for all available addresses by
default, if SCTP is used
- the sshd can be configured to listen with TCP, SCTP, or both with the
"Transport" keyword for sshd_config
- the sshd listens on single addresses given with each "ListenAddress"
and on multiple addresses multi-homed given with each
"ListenMultipleAddresses" (with SCTP)
- the ssh client can use SCTP to connected to a server with the -z cmd
parameter or the "Transport" keyword for ssh_config
- updated man pages
- the patch is prepared to add multi-streaming support for SSH channels
later
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list