Are key pair fingerprints supposed to zero out? #1861
Unanswered
ApprenticeofEnder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug, so I'm asking here. Any time I create a key pair, the fingerprint is always
00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00.I know this isn't an MD5 fingerprint, either -- it has 4 more bytes, but it also doesn't seem to match a SHA256 fingerprint. Granted, I am working with Hashicorp's TLS provider so maybe AWS just uses a different format for SHA256 fingerprints.
Regardless, this is a bit of a head-scratcher for testing, since this test code will never resolve to true:
Beta Was this translation helpful? Give feedback.
All reactions