Page MenuHomeFreeBSD

ssh: default X11Forwarding to no, following upstream
ClosedPublic

Authored by emaste on Nov 16 2022, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 6:07 AM
Unknown Object (File)
Sun, Oct 5, 4:49 AM
Unknown Object (File)
Sat, Oct 4, 6:01 AM
Unknown Object (File)
Sep 6 2025, 9:48 AM
Unknown Object (File)
Aug 27 2025, 4:23 PM
Unknown Object (File)
Aug 27 2025, 2:29 PM
Unknown Object (File)
Aug 27 2025, 1:39 PM
Unknown Object (File)
Aug 27 2025, 12:38 PM
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.