aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-03-01 14:36:23 +0000
committerEd Maste <emaste@FreeBSD.org>2022-04-26 13:45:54 +0000
commit7bc8d9eda1ea74d5f98b97a8718fed5f3f46ae4c (patch)
treec44a4559ab7d49c61dfb449125aaa0c65588c462
parentf52bfdc1148d12be09802a37e29e7cdba0b58699 (diff)
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)
-rw-r--r--crypto/openssh/FREEBSD-upgrade6
1 files changed, 5 insertions, 1 deletions
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.