Skip to content

Instance Configuration page now displays correct SSH fingerprints

What does this MR do?

OpenSSL::Digest was hashing the entire file instead of extracting the public key and then hashing it. This is a problem that was already solved in Gitlab::SSHPublicKey which we can leverage here.

Screenshots

Screenshot_2018-10-03_at_15.27.32 Screenshot_2018-10-03_at_15.28.18

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #40636 (closed)

Edited by Nick Thomas

Merge request reports