[netconf] Secdir Last Call review of -24 by Barry Leiba

Kent Watsen <kent+ietf@watsen.net> Wed, 07 July 2021 16:27 UTC

Return-Path: <0100017a81cbeb7d-a5ff6a8d-56ed-4657-8e7e-1758b859fdff-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 66CFB3A1E2E for <netconf@ietfa.amsl.com>; Wed, 7 Jul 2021 09:27:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.895
X-Spam-Level:
X-Spam-Status: No, score=-1.895 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T_PVQVXxa95y for <netconf@ietfa.amsl.com>; Wed, 7 Jul 2021 09:27:45 -0700 (PDT)
Received: from a48-94.smtp-out.amazonses.com (a48-94.smtp-out.amazonses.com [54.240.48.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 180353A1E1F for <netconf@ietf.org>; Wed, 7 Jul 2021 09:27:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1625675263; h=From:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Message-Id:Date:Cc:To:Feedback-ID; bh=FK+vANZj3jZPSdG5qjAtq/7K+C7oy9yaHZnEhcRez3c=; b=CGr0NjKlzENMkf8AfgP11/KTkamN7dXQI1WX6cP0nIDZoxz5yp2kUSUOLn/+kOgm NER205RSqXoRWx1Pso3INomtwMJTqSZT3yzgXzsDeSZD5Y88bt9RvLpbPlLkJfmn6Fx Gn6eSreocIUN7JlelqdLIMupNZMayewvZ1lC1fMw=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\))
Message-ID: <0100017a81cbeb7d-a5ff6a8d-56ed-4657-8e7e-1758b859fdff-000000@email.amazonses.com>
Date: Wed, 07 Jul 2021 16:27:42 +0000
Cc: "netconf@ietf.org" <netconf@ietf.org>
To: barryleiba@computer.org
X-Mailer: Apple Mail (2.3654.100.0.2.22)
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
X-SES-Outgoing: 2021.07.07-54.240.48.94
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/NsPkbDXiELfREG3yyaTWAP8JmCU>
Subject: [netconf] Secdir Last Call review of -24 by Barry Leiba
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Jul 2021 16:27:49 -0000

NETCONF WG, the SecDir review of the “ssh-client-server” draft was posted to datatracker ~3 weeks ago, but somehow the WG wasn’t CC-ed, or else I missed it ;)   I’ve reproduced the review below; the original is located here: https://datatracker.ietf.org/doc/review-ietf-netconf-ssh-client-server-24-secdir-lc-leiba-2021-06-15.


Hi Barry  thank you for your review!

Barry> I see nothing of substance here to comment on, and only
Barry>  have two minor editorial comments.

Excellent!  :)


Barry> In Section 2:
Barry>    The lists of algorithms are ordered such that, if multiple
Barry>    algorithms are permitted by the client, the algorithm that appears
Barry>    first in its list that is also permitted by the server is used for
Barry>    the SSH transport layer connection.
Barry> 
Barry> I found this a little awkward to read, and it also seems that
Barry>  the ordering is only significant for the client list, and not
Barry>  for the server list.  May I suggest this minor re-wording?:
Barry> 
Barry> NEW
Barry>    The lists of permitted algorithms are in decreasing order of usage
Barry>    preference.  The algorithm that appears first in the client list
Barry>    that also appears in the server list is the one that is used for
Barry>    the SSH transport layer connection.
Barry> END

Replaced.   And good catch.


Barry> In “Since the module in this document only define groupings”,
Barry>  make it “modules”, plural, to match “define” (three instances).


Another good catch, but I think the better fix is:

OLD:   Since the module in this document only define groupings, ...
NEW:  Since this module only define groupings, …

Agreed?   [and, yes, I patched all three instances of this construct]


Kent // as author