Page MenuHomeFreeBSD

nanobsd: remove copies of ssh config files
ClosedPublic

Authored by emaste on Oct 11 2022, 4:23 PM.
Tags
None
Referenced Files
F153851161: D36933.diff
Fri, Apr 24, 6:21 AM
Unknown Object (File)
Wed, Apr 22, 2:16 AM
Unknown Object (File)
Sun, Apr 19, 10:11 AM
Unknown Object (File)
Sat, Apr 18, 3:09 AM
Unknown Object (File)
Thu, Apr 16, 7:32 AM
Unknown Object (File)
Tue, Apr 14, 11:32 PM
Unknown Object (File)
Sun, Apr 12, 12:38 AM
Unknown Object (File)
Sat, Apr 11, 10:38 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!