Skip to content

Commit

Permalink
overlay coreos/config: Start installing default openssh configs
Browse files Browse the repository at this point in the history
The configs provided by the openssh and Gentoo projects usually keep
everything commented out, meaning that the default values will be
used. On top of that, they will also include snippets in the snippet
directory. As such, start installing the default configs. The only
thing specified outright is the Subsystem key, which is overridden by
our config snippet from coreos-base/misc-files.
  • Loading branch information
Flatcar Buildbot committed Jun 23, 2023
1 parent f918cbb commit ba0d3fe
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# We install these with our chromeos-base package.
# Do not install the setuid file in production images.
if [[ $(cros_target) != "cros_host" ]] ; then
openssh_mask="
/etc/ssh/ssh_config
/etc/ssh/sshd_config
/usr/lib*/misc/ssh-keysign
"
openssh_mask="/usr/lib*/misc/ssh-keysign"
PKG_INSTALL_MASK+=" ${openssh_mask}"
INSTALL_MASK+=" ${openssh_mask}"
unset openssh_mask
Expand Down

0 comments on commit ba0d3fe

Please sign in to comment.