From nobody Tue Nov 02 00:27:04 2021 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E4952182ED47 for ; Tue, 2 Nov 2021 00:27:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjrMX6vmnz4fyx for ; Tue, 2 Nov 2021 00:27:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f44.google.com with SMTP id h81so14823066iof.6 for ; Mon, 01 Nov 2021 17:27:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=bXoV+O74DvBeffylGFpbduNqUWWRwHXfx5bO3mCuQLc=; b=y7CKY65gCAFQ/tN6lojiciNVjtpmT0pyTthc760Z4/PTUd9G5fNgGEU1cPoETMzLHJ MsNLSfG4MMN4/NLf0lUfXHtL7bXdma1HEyqWePI+7CaGyqr+A9UzAbx26pZm/b5yByEH GiyOEl1+KsLviSgncSQbS+SoeZGxULxTdepBCnynh2k2nIOC8pqH7OSyrXrCDU5J1dZb ezYyNm7Eg4Yp8Kqhg41SPIY4fRVQ0hpK8nZ28AYYpZu32K5d4X0O61sZsU6Two3ObgQz o7En87czRSIp2U1Ndh40Ks1eH+5C+Wgh9tahTOSuWleuTt6M3N1aGpDRSh+gVyvLaTYv F8LQ== X-Gm-Message-State: AOAM5333anPtKyH0JlzQRL430TziLbMi85mfvo16khgOZKx3TEH7jGuW yOhiKx+q/Kr0C8QvSYXsAyBF3bFKyln/vkq2ENqPCrb6wUo= X-Google-Smtp-Source: ABdhPJxhVTmnJXhdEC2viMID2riHK89ixglTntcxTDCn0cGdi0lZLUa8RxBZMNUTEPZViz78eh/F3RFIalyj4k1vkAI= X-Received: by 2002:a6b:8fd3:: with SMTP id r202mr23122020iod.208.1635812849312; Mon, 01 Nov 2021 17:27:29 -0700 (PDT) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Mon, 1 Nov 2021 20:27:04 -0400 Message-ID: Subject: Re: OpenSSH 8.7p1 update for the base system To: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HjrMX6vmnz4fyx X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.44 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-0.06 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.06)[-0.059]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.44:from]; NEURAL_SPAM_SHORT(1.00)[1.000]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.44:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; TO_DOM_EQ_FROM_DOM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 8 Sept 2021 at 13:52, Ed Maste wrote: > > Also > OpenSSH now has support for FIDO/U2F but not yet available in the base > system. There is one outstanding change remaining to enable FIDO/U2F support in base system ssh, in review at https://reviews.freebsd.org/D32509.