git: 9340d69e5776 - main - openssh: Add a note to check for deprecated and removed config options

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 01 Mar 2022 14:39:52 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=9340d69e57764c6ead568dbf14a859d184c35b8e

commit 9340d69e57764c6ead568dbf14a859d184c35b8e
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-03-01 14:36:23 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-03-01 14:38:44 +0000

    openssh: Add a note to check for deprecated and removed config options
    
    Suggested by:   emaste
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 crypto/openssh/FREEBSD-upgrade | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index bb564acb317b..02c2597f5667 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -118,7 +118,11 @@
     tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config
     tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config
 
-13) Commit, and hunker down for the inevitable storm of complaints.
+13) Check for references to obsolete configuration options
+    (e.g., ChallengeResponseAuthentication in sshd_config) which
+    may exist in release/ scripts.
+
+14) Commit, and hunker down for the inevitable storm of complaints.