Closed
Description
Basically we need to support a key type other than RSA-SHA1 so that kola can ssh in to F33+.
The short term plan is to only re-enable RSA-SHA1 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] golang/go#37278 (comment)
[2] #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] #1767
Once the upstream golang issue is fixed let's pick up that work in mantle/kola.