aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-11-14 20:24:54 +0000
committerEd Maste <emaste@FreeBSD.org>2023-02-06 23:41:10 +0000
commit77934b7a1301737edcd3518f1af99a387b3068ae (patch)
treea0e07b756cbf06d55b7d1889f836a73a89f297cb /UPDATING
parentd22c5c42e8ad1ad07a206e0e8d06c53326c12fd4 (diff)
downloadsrc-77934b7a1301737edcd3518f1af99a387b3068ae.tar.gz
src-77934b7a1301737edcd3518f1af99a387b3068ae.zip
ssh: default X11Forwarding to no, following upstream
Administrators can enable it if required. Reviewed by: bz, kevans Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37411
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4623d1a5343c..069be7562516 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20230206:
+ sshd now defaults to having X11Forwarding disabled, following upstream.
+ Administrators who wish to enable X11Forwarding should add
+ `X11Forwarding yes` to /etc/ssh/sshd_config.
+
20230130:
As of commit 7c40e2d5f685, the dependency on netlink(4) has been added
to the linux_common(4) module. Users relying on linux_common may need