9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ng@0x80.stream
To: 9front@9front.org
Cc: aeggenberger@sdf.org
Subject: Re: [9front] ssh: read1: eof when trying to connect to servers
Date: Tue, 21 Jun 2022 09:37:41 +0100	[thread overview]
Message-ID: <163057b83888de49657482e04a361fcb@0x80.stream> (raw)
In-Reply-To: <5F844910FBF765706BCA09A4383842F2@sdf.org>

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;


  parent reply	other threads:[~2022-06-21  8:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 15:43 aeggenberger
2022-06-19 15:57 ` ori
2022-06-19 21:14 ` chris
2022-06-21  7:30   ` aeggenberger
2022-06-21  7:31   ` aeggenberger
2022-06-21  2:35     ` ori
2022-06-21  7:45       ` aeggenberger
2022-06-21  2:48         ` ori
2022-06-21  8:37     ` ng [this message]
2022-06-21  8:05 aeggenberger
2022-06-21  5:00 ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=163057b83888de49657482e04a361fcb@0x80.stream \
    --to=ng@0x80.stream \
    --cc=9front@9front.org \
    --cc=aeggenberger@sdf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).