Page MenuHomeFreeBSD

ssh: default X11Forwarding to no, following upstream
ClosedPublic

Authored by emaste on Nov 16 2022, 6:28 PM.
Tags
None
Referenced Files
F156903443: D37411.diff
Sun, May 17, 5:49 AM
Unknown Object (File)
Sun, May 3, 8:45 PM
Unknown Object (File)
Sun, May 3, 6:13 PM
Unknown Object (File)
Wed, Apr 29, 6:56 PM
Unknown Object (File)
Mon, Apr 27, 3:55 PM
Unknown Object (File)
Sat, Apr 25, 9:32 PM
Unknown Object (File)
Tue, Apr 21, 1:07 PM
Unknown Object (File)
Sun, Apr 19, 9:39 AM
Subscribers

Details

Summary

Administrators can enable it if required.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
bz added a subscriber: bz.

Does this require an UPDATING entry?

This revision is now accepted and ready to land.Feb 6 2023, 10:01 PM

Does this require an UPDATING entry?

Good point, it does. I will stage that locally.

20230206:
        sshd now defaults to X11Forwarding disabled, following upstream.
        Administrators who wish to have X11Forwarding enabled should add
        `X11Forwarding yes` to /etc/ssh/sshd_config.