
bugzilla-daemon at bugzilla
Jun 8, 2012, 4:59 AM
Post #1 of 1
(67 views)
Permalink
|
|
[Bug 2016] New: SCTP Support
|
|
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 ReportedBy: seggelmann [at] fh-muenster 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|