mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 18:02:02 +01:00
coreos-base/coreos-init: allow ssh-rsa in sshd_config
Temporarily accept ssh-rsa algorithm in sshd_config for openssh >= 8.8, until most ssh clients could deprecate ssh-rsa. Pulls in https://github.com/flatcar-linux/init/pull/54 .
This commit is contained in:
parent
169872fa32
commit
9f31ccc3da
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="58360ed0da957c2cd0ae9eeab645735d814f565c" # flatcar-master
|
CROS_WORKON_COMMIT="80b3b3cd021b4120cd9218b33b1f92936abe00bb" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user