Page MenuHomeFreeBSD

ssh: default X11Forwarding to no, following upstream
ClosedPublic

Authored by emaste on Nov 16 2022, 6:28 PM.
Tags
None
Referenced Files
F153133183: D37411.id114082.diff
Sun, Apr 19, 9:39 AM
F153131950: D37411.id114082.diff
Sun, Apr 19, 9:33 AM
Unknown Object (File)
Sat, Apr 11, 4:18 PM
Unknown Object (File)
Sat, Apr 11, 10:42 AM
Unknown Object (File)
Sat, Apr 11, 12:04 AM
Unknown Object (File)
Fri, Apr 10, 3:25 AM
Unknown Object (File)
Tue, Apr 7, 8:31 AM
Unknown Object (File)
Tue, Apr 7, 12:08 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.