From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=BULK_RE_SUSP_NTLD, FROM_SUSPICIOUS_NTLD,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 5325 invoked from network); 21 Jun 2022 08:39:03 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 08:39:03 -0000 Received: from eve.beecloudy.net ([145.239.136.211]) by 9front; Tue Jun 21 04:37:49 -0400 2022 Received: from localhost (localhost [127.0.0.1]) by eve.beecloudy.net (Postfix) with ESMTP id 1EFBF21979; Tue, 21 Jun 2022 10:37:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at eve.beecloudy.net Received: from eve.beecloudy.net ([127.0.0.1]) by localhost (eve.beecloudy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id msYS4wS_7kUE; Tue, 21 Jun 2022 10:37:42 +0200 (CEST) Received: from penelope.mx (eva.beecloudy.net [145.239.136.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by eve.beecloudy.net (Postfix) with ESMTPS id 04CDE21D4D; Tue, 21 Jun 2022 10:37:42 +0200 (CEST) Received: from penelope.mx (localhost [127.0.0.1]) by penelope.mx (Postfix) with ESMTP id 36F0C2529DD; Tue, 21 Jun 2022 10:37:41 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 21 Jun 2022 09:37:41 +0100 From: ng@0x80.stream To: 9front@9front.org Cc: aeggenberger@sdf.org In-Reply-To: <5F844910FBF765706BCA09A4383842F2@sdf.org> References: <5F844910FBF765706BCA09A4383842F2@sdf.org> Message-ID: <163057b83888de49657482e04a361fcb@0x80.stream> X-Sender: ng@0x80.stream List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: scale-out basic session software metadata wrapper component-scale injection interface Subject: Re: [9front] ssh: read1: eof when trying to connect to servers Reply-To: 9front@9front.org Precedence: bulk I don't have access to my 9front system to verify this but I remember getting that error and having to revert a change to address it. IIRC I had to turn the below from "<=" to "<" to be able to log into some servers. SDF may be one of those. /sys/src/libsec/port/tlshand.c // reject dh primes that is susceptible to logjam if(p->len <= 1024/8) return nil;