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)
Wed, Nov 5, 11:33 AM
Unknown Object (File)
Wed, Nov 5, 11:33 AM
Unknown Object (File)
Wed, Nov 5, 11:33 AM
Unknown Object (File)
Wed, Nov 5, 11:33 AM
Unknown Object (File)
Wed, Nov 5, 11:30 AM
Unknown Object (File)
Sat, Nov 1, 4:37 PM
Unknown Object (File)
Thu, Oct 30, 12:22 AM
Unknown Object (File)
Wed, Oct 29, 4:32 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.