git: 7bc8d9eda1ea - stable/12 - openssh: Add a note to check for deprecated and removed config options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 13:48:53 UTC
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=7bc8d9eda1ea74d5f98b97a8718fed5f3f46ae4c
commit 7bc8d9eda1ea74d5f98b97a8718fed5f3f46ae4c
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-03-01 14:36:23 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-26 13:45:54 +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)
(cherry picked from commit 59269984cc3eb86ad4a01669f4285f13f2c9fdb6)
---
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 c12ee75d46aa..3c00e52d7d64 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.