Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
coreos-base/coreos-init: allow ssh-rsa in sshd_config
Browse files Browse the repository at this point in the history
Temporarily accept ssh-rsa algorithm in sshd_config for openssh >= 8.8,
until most ssh clients could deprecate ssh-rsa.

Pulls in flatcar/init#54 .
  • Loading branch information
dongsupark committed Dec 9, 2021
1 parent 452af42 commit 3094126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreos-base/coreos-init/coreos-init-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="58360ed0da957c2cd0ae9eeab645735d814f565c" # flatcar-master
CROS_WORKON_COMMIT="80b3b3cd021b4120cd9218b33b1f92936abe00bb" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 3094126

Please sign in to comment.