We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b32842 + d82bfff commit e2d496eCopy full SHA for e2d496e
cluster/aws/util.sh
@@ -300,7 +300,7 @@ function detect-ubuntu-image () {
300
# Hopefully this will be done by the aws cli tool one day: https://github.com/aws/aws-cli/issues/191
301
function get-aws-fingerprint {
302
local -r pubkey_path=$1
303
- ssh-keygen -f ${pubkey_path} -e -m PKCS8 | openssl pkey -pubin -outform DER | openssl md5 -c | sed -e 's/(stdin)= //g'
+ ssh-keygen -f ${pubkey_path} -e -m PKCS8 | openssl rsa -pubin -outform DER | openssl md5 -c | sed -e 's/(stdin)= //g'
304
}
305
306
# Import an SSH public key to AWS.
0 commit comments