Temporary Crypto Glitches ... ??

Stuart Henderson stu at spacehopper.org
Thu Nov 11 23:31:25 AEDT 2021


On 2021/11/11 12:49, Konrad Bucheli wrote:
> Hi Jochen
> 
> We run a few thousands of hosts with varying quality of internet lines.
> It is a fallback procedure to try to only use ed25519 crypto if the
> connection fails half-way through. The reason is that it needs only smaller
> packets which can help if there there is (more) trouble with bigger network
> packets.

This often indicates problems where some links have smaller than usual
MTUs, in combination with missing ICMP fragmentation-needed messages
(usually due to incorrect firewall configuration somewhere on the path).
The handshake won't be the only place where you run into problems though,
using ed25519 to sidestep this just pushes the problem deeper and you're
likely to run into stalls during either file transfers or with large
amounts of output. Reducing MTU (or clamping the TCP MSS) might be a
better idea if you know you have to work over broken networks.



More information about the openssh-unix-dev mailing list