You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store SSH public keys on users in mulysa (user editable field)
add an API endpoint to mulysa that can be queried by the SSH door server or other scripts
The desired API endpoint:
HTTP GET
input parameter: SSH fingerprint (string)
This endpoint takes in an SSH fingerprint, goes through the list of users in mulysa and finds all the users whose SSH public key match the provided fingerprint
returns either
200 with a list of SSH public keys and information about the corresponding users such as username and whether they have door access
400 invalid fingerprint or something like that
The text was updated successfully, but these errors were encountered:
We want to
The desired API endpoint:
The text was updated successfully, but these errors were encountered: