Refactor to use key directly instead of fingerprint
Review Request #2449 — Created April 29, 2023 and submitted — Latest diff uploaded
OpenSSH can provide the type and key with "%t %k". So we do not need to match it with fingerprints. This simplifies key handling a lot and allows to search for requested pubkey in later changes.