From nobody Fri Sep 10 13:04:30 2021 X-Original-To: freebsd-current@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 75C4917B0944 for ; Fri, 10 Sep 2021 13:05:02 +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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H5bgy2nzjz3NFQ for ; Fri, 10 Sep 2021 13:05:02 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f44.google.com with SMTP id n24so2195212ion.10 for ; Fri, 10 Sep 2021 06:05:02 -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:cc; bh=zkfE3+1kYSOuaRgvwzXVRv95qFvYj+8RuFmUFjYk1ZU=; b=kNH6hBb3szjgNNmTn6KXgmtm5Imm3QovUQf6K4E20JHfoAfp3iPTbXQUoE+3agA5C8 HA84KwkGevETDiWe0KCMgZn9HPi0/ve+yAG/sNxPQx+9BhQzwe1tBJdoOQCD95nZ1JlY cCwNukYptGlh3h52qnjebCL15s62oMhns+KFPiffeYK1AMMsPcAJTQ06JXfNaOgBJ4xT 2RrYR9khHQuo04xMNCMj/3TPjKrTO/21t7c28HjW9Gw/fF/EgfkhA/tFk1pGlLCdfdcU Ww6Ns6B6wefGXYyYR86b8zQj8C66X3VX10QeiISRdGWsZWueFI+uLMPJL8a39dWcy+Ne y1/g== X-Gm-Message-State: AOAM530lKz0xMUTVRv0UFvEsA8uK6w6bHZKa8bqy+mSGVg5EAvDcK6t6 AUdcPO5jV8ZkUfPW3iE9yWQ6Lo8VW990ppRBMTs= X-Google-Smtp-Source: ABdhPJxO4F5w43bVvhg2auvl0MbvcNA2GN6Do0rWSxoSgrsX7k4ru1bxnkDbTZimqroPsGrIh3mN4gnvvxnv1tVUNN0= X-Received: by 2002:a6b:c1:: with SMTP id 184mr7064921ioa.48.1631279101716; Fri, 10 Sep 2021 06:05:01 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <20210909211530.5cf712d7@thor.intern.walstatt.dynvpn.de> <20210910082946.3f31c6e7@ernst.home> In-Reply-To: <20210910082946.3f31c6e7@ernst.home> From: Ed Maste Date: Fri, 10 Sep 2021 09:04:30 -0400 Message-ID: Subject: Re: OpenSSH issue: 14-Current rejects non-publickey scp/ssh/rsync connectiosn all of the sudden To: gljennjohn@gmail.com Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4H5bgy2nzjz3NFQ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, 10 Sept 2021 at 04:29, Gary Jennejohn wrote: > > Was the config.h in the patch the same as the one you committed? No it wasn't - USE_PAM was #defined in config.h after applying the patch, while the committed version accidentally did not.