mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
overlay coreos/config: Do not install ssh config drop in directories
We still use the single config file. The change for using drop-in files will come later.
This commit is contained in:
parent
00d7c7c790
commit
847e36daf4
@ -3,6 +3,8 @@ if [[ $(cros_target) != "cros_host" ]] ; then
|
|||||||
openssh_mask="
|
openssh_mask="
|
||||||
/etc/ssh/ssh_config
|
/etc/ssh/ssh_config
|
||||||
/etc/ssh/sshd_config
|
/etc/ssh/sshd_config
|
||||||
|
/etc/ssh/ssh_config.d
|
||||||
|
/etc/ssh/sshd_config.d
|
||||||
/usr/lib*/misc/ssh-keysign
|
/usr/lib*/misc/ssh-keysign
|
||||||
"
|
"
|
||||||
PKG_INSTALL_MASK+=" ${openssh_mask}"
|
PKG_INSTALL_MASK+=" ${openssh_mask}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user