aurweb/aurweb/users
Kevin Morris 4c14a10b91
fix: support multiple SSHPubKey records per user
There was one blazing issue with the previous implementation regardless
of the multiple records: we were generating fingerprints by storing
the key into a file and reading it with ssh-keygen. This is absolutely
terrible and was not meant to be left around (it was forgotten, my bad).

Took this opportunity to clean up a few things:
- simplify pubkey validation
- centralize things a bit better

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-08 07:50:41 -08:00
..
__init__.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
update.py fix: support multiple SSHPubKey records per user 2022-02-08 07:50:41 -08:00
util.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
validate.py fix: support multiple SSHPubKey records per user 2022-02-08 07:50:41 -08:00