mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
coreos-base/coreos-init: SSHD: use secure crypto algos only
This change updates coreos-init to a version which includes a new SSHD config to limit crypto to "known secure" algorithms only. Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
parent
fcd60ae890
commit
6938c8511b
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="82a878b1cc2a0d0c41630017b8fe68b33893bf15" # flatcar-master
|
||||
CROS_WORKON_COMMIT="4d064e7755fea10bc89e0d42ad8f575ba87a5b22" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user