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)
Mon, Jun 3, 6:22 AM
Unknown Object (File)
Fri, May 17, 12:55 AM
Unknown Object (File)
May 1 2024, 12:06 AM
Unknown Object (File)
Apr 25 2024, 9:43 PM
Unknown Object (File)
Apr 25 2024, 9:39 PM
Unknown Object (File)
Apr 25 2024, 9:39 PM
Unknown Object (File)
Apr 25 2024, 9:39 PM
Unknown Object (File)
Apr 25 2024, 6:18 AM
Subscribers

Details

Summary

Administrators can enable it if required.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.