Page MenuHomeFreeBSD

nanobsd: remove copies of ssh config files
ClosedPublic

Authored by emaste on Oct 11 2022, 4:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 28, 8:01 PM
Unknown Object (File)
Mon, Jul 27, 11:10 AM
Unknown Object (File)
Sun, Jul 26, 9:44 PM
Unknown Object (File)
Sun, Jul 26, 12:00 PM
Unknown Object (File)
Sat, Jul 18, 1:48 PM
Unknown Object (File)
Jun 25 2026, 9:58 PM
Unknown Object (File)
May 17 2026, 2:41 AM
Unknown Object (File)
May 3 2026, 6:15 PM
Subscribers
None

Details

Summary

Nanobsd included copies of ssh_config and sshd_config. The former is identical to the one provided by the base system, and the latter is identical except for PermitRootLogin, which is updated by nanobsd's cust_allow_ssh_root anyhow. Remove nanobsd's copies and use the existing ones.

Reported by:    Jose Luis Duran <jlduran@gmail.com>
Sponsored by:   The FreeBSD Foundation

Diff Detail

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

Event Timeline

emaste created this revision.

Prompted by discussion in D34937. I was too hasty with this review though, we can also remove sshd_config as cust_allow_ssh_root takes care of allowing root login.

This revision is now accepted and ready to land.Oct 11 2022, 4:28 PM
emaste retitled this revision from nanobsd: remove unmodified copy of ssh_config file to nanobsd: remove copies of ssh config files.
emaste edited the summary of this revision. (Show Details)
This revision now requires review to proceed.Oct 11 2022, 4:30 PM
This revision is now accepted and ready to land.Oct 11 2022, 4:34 PM

Even better!

Thank you!