Summary: |
|
---|
Refactor to use key directly instead of fingerprint
Review Request #2449 — Created April 29, 2023 and updated
Information | |
---|---|
aklitzing@gmail.com | |
grim/hgkeeper | |
default | |
2450 | |
Reviewers | |
grim |
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.
Commits: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+56 -120) |
-
-
-
ssh/server.go (Diff revision 2) some people use rsa4096 keys and that's a lot to output in a log message so it probably makes sense to use the finger print here.
Commits: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+52 -114) |