RE: Updated RSA SHA-2 draft / New draft: SSH Extension Negotiation
Peter Gutmann <[email protected]>
| Newsgroups | gmane.ietf.secsh |
|---|---|
| Message-ID | <9A043F3CF02CD34C8E74AC1594475C73F4B5F0E3@uxcn10-5.UoA.auckland.ac.nz> |
Niels Möller <[email protected]> writes: >Send 0, ignore received value, would have made it actually useful. Can we get any figures on what effect making it nonzero would have? We know that there are at least some implementations who would have problems with this, but if they're OSS and frequently updated then it may not be such a big issue, push out a fix fairly soon and by the time the RFC is ready most of the problem will have fixed itself. Another workaround, although it's a bit of a hack, is if the two major client and server implementations, putty and OpenSSH, could retry an initial connect with a nonzero field that's failed with a zeroed field and if it works, report to the user that the implementation needs an update. >Also, I'm not sure it has to be restricted to a single channel, I think it >would make sense to disable flow control independently for a single channel >or a single unidirectional flow. Ah, good point. The number of users of multichannel that I have is pretty minimal, so I never see this (it's used almost exclusively as a secure telnet or for firmware upgrades, neither of which need multi-channel, to the point where it's disabled by default in the source code). >Do we have a common understanding of how it's going to work? Not yet, I think :-). I'd just seen it as all-or-nothing, is there any reason why you'd have windowing on three channels but not a fourth? That is, is there a need for per-channel windowing enable/disable? Can it be enabled mid- flow or only on channel open? Peter.