Date: Tue, 8 Mar 2022 00:27:12 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 59269984cc3e - stable/13 - openssh: Add a note to check for deprecated and removed config options Message-ID: <202203080027.2280RCgG075890@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=59269984cc3eb86ad4a01669f4285f13f2c9fdb6 commit 59269984cc3eb86ad4a01669f4285f13f2c9fdb6 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-03-01 14:36:23 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-03-08 00:26:22 +0000 openssh: Add a note to check for deprecated and removed config options Suggested by: emaste Sponsored by: The FreeBSD Foundation (cherry picked from commit 9340d69e57764c6ead568dbf14a859d184c35b8e) --- 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 ed750a77fcb2..ceabb6454d36 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -108,7 +108,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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203080027.2280RCgG075890>