diff --git a/manifests/fedora-coreos-base.yaml b/manifests/fedora-coreos-base.yaml index ea942c5e36..2cb09cafc6 100644 --- a/manifests/fedora-coreos-base.yaml +++ b/manifests/fedora-coreos-base.yaml @@ -61,27 +61,6 @@ postprocess: setsebool -P -N container_use_cephfs on # RHBZ#1692369 setsebool -P -N virt_use_samba on # RHBZ#1754825 - # For F33 let's re-enable RSA-SHA1 keys for now so our kola tests will - # work. The plan is to only re-enable this briefly while we wait for - # an upstream feature [1] to be implemented. We had moved to an ecdsa - # key [2] but AWS doesn't support non RSA keys [3] so we reverted it - # for now in [4]. - # - # [1] https://github.com/golang/go/issues/37278#issuecomment-704287991 - # [2] https://github.com/coreos/coreos-assembler/pull/1749 - # [3] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#how-to-generate-your-own-key-and-import-it-to-aws - # [4] https://github.com/coreos/coreos-assembler/pull/1767 - - | - #!/usr/bin/env bash - source /etc/os-release - if [ "$VERSION_ID" != "32" ]; then - cat > /etc/ssh/sshd_config.d/10-fcos-insecure-rsa-key.conf <