coreos-base/coreos-init: Pull in fixed sshd_config

According to sshd_config manual, only lines starting with a hash and
empty lines are treated as comments. Which means that comments coming
after the key value pairs are not really comments and sshd complains
about them like:

/etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line
/etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line
/etc/ssh/sshd_config: terminating, 2 bad configuration options
This commit is contained in:
Krzesimir Nowak 2023-01-10 16:27:10 +01:00
parent 32d8a64206
commit 0103249bcb
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="6d875efa195adb6b4b19dde0f5fef85d9ce1fd49" # flatcar-master
CROS_WORKON_COMMIT="f82fb0b53b73f8f5a68216582906ce9308fb8e1c" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi