aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-03-01 14:36:23 +0000
committerMark Johnston <markj@FreeBSD.org>2022-03-08 00:26:22 +0000
commit59269984cc3eb86ad4a01669f4285f13f2c9fdb6 (patch)
tree35db6498c36988520441f3c3d6f4ba7f51459dbe
parentfd7db6dedda12a4d2b6923b4766d5bf31fba8355 (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)
-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 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.