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)
Sat, May 23, 3:55 PM
Unknown Object (File)
Sat, May 23, 7:43 AM
Unknown Object (File)
Thu, May 21, 7:44 PM
Unknown Object (File)
Wed, May 20, 3:26 PM
Unknown Object (File)
Wed, May 20, 2:55 PM
Unknown Object (File)
Tue, May 19, 2:09 AM
Unknown Object (File)
Sun, May 17, 5:49 AM
Unknown Object (File)
May 3 2026, 8:45 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.