Skip to content

Commit

Permalink
overlay coreos/config: Do not install ssh config drop in directories
Browse files Browse the repository at this point in the history
We still use the single config file. The change for using drop-in
files will come later.
  • Loading branch information
krnowak committed Jul 5, 2023
1 parent bc42460 commit 74a5b72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ if [[ $(cros_target) != "cros_host" ]] ; then
openssh_mask="
/etc/ssh/ssh_config
/etc/ssh/sshd_config
/etc/ssh/ssh_config.d
/etc/ssh/sshd_config.d
/usr/lib*/misc/ssh-keysign
"
PKG_INSTALL_MASK+=" ${openssh_mask}"
Expand Down

0 comments on commit 74a5b72

Please sign in to comment.