Skip to content

Conversation

@backerman
Copy link

The SSH key fingerprints in the Azure ovf-env.xml file are SHA-1 digests but openssl x509 -fingerprint uses SHA-2 by default, so azure_getpubkeys doesn't pass the correct value to agent_setpubkey. This patch explicitly specifies SHA-1 to match the fingerprint provided by Azure.

Closes #9.

The SSH key fingerprints in the Azure `ovf-env.xml` file are SHA-1 digests but `openssl x509 -fingerprint` uses SHA-2 by default, so `azure_getpubkeys` doesn't pass the correct value to `agent_setpubkey`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

authorized_keys not populated on Azure

1 participant