From owner-freebsd-doc@freebsd.org Tue Sep 18 17:43:57 2018 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3480110A4669 for ; Tue, 18 Sep 2018 17:43:57 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C94F77A8A1 for ; Tue, 18 Sep 2018 17:43:56 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-ot1-f51.google.com with SMTP id 36-v6so2843814oth.11 for ; Tue, 18 Sep 2018 10:43:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=e8eewrrVLDMEcguugkPFx8hXNEmcXEMBMrxus9318u4=; b=eXrT4R9nXPJJdqvr2oOUVgLRKWsOKDQrOA/gTJ1eNjDo579omp4Iw8CDwhMx8assF+ BP+u/VgYhwt8QO/Vaa0oejQ7d9F56jt2Q07I7CKpLMlQWV+mHFqitY0KDeCTsC2tQgCW 5UcTjn46r93wp9dBJ0oUVEFAufZ41/6e9fXoTFtSqITb5EhoD4dcYyOMnQcRpHX4IYDl ihj6fsB8gHrcv14piZdZlP1kyq13XM0rwfrR7bYmBcLAjZoRbwrZreoiGR30ntu/EiTF gwiYkCTMq+Ii+ZeistVPoSAWdaTYFGLKE3BHp2vyfzO6XhDO/6nEBuqCeUIkaWc19MuT z6Tg== X-Gm-Message-State: APzg51C+pDb83wMVVhJ49yiXd/B7YSObimp/4d5yR2Qc3iwLekOpl2uo gQqLdqhXZhRq4es3yy8H2EjP+hwVRsIy4CuCI0Kreg== X-Google-Smtp-Source: ANB0VdZGSL9mfI+pWf8FTgnywfsovo+FHoFslV7JKYCSCTPUQmyNrXXnmg8TXDMs3Q+O27BlRaNdjoskZqJi73nfz6Y= X-Received: by 2002:a9d:72c2:: with SMTP id d2-v6mr17059970otk.172.1537292629746; Tue, 18 Sep 2018 10:43:49 -0700 (PDT) MIME-Version: 1.0 From: Maxim Sobolev Date: Tue, 18 Sep 2018 10:43:38 -0700 Message-ID: Subject: Sudden discontinuation of the ~/.ssh/authorized_keys2 between 11.1 and 11.2 To: FreeBSD Release Engineering Team , freebsd-doc@freebsd.org, =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 17:43:57 -0000 Hi, I've noticed what seems to be omission in the 11.2 release notes. Starting with 11.2 the default sshd_config only allows ~/.ssh/authorized_keys, but not both ~/.ssh/authorized_keys and ~/.ssh/authorized_keys2 as it was the case previously. The change was brought up by the "MFH (r322052): Upgrade OpenSSH to 7.5p1". This might affect existing 11.1 users who happen to use the old name updating their installation. I can't find anything relevant in the 11.2 relnotes document. It might also be worth mentioning that in the src/UPDATING document. -Max