# Functions
Delete deletes an ssh key for the given user (given by the mytoken) from the database.
GetAllSSHInfo returns the SSHInfo for all ssh keys for a given user.
GetSSHInfo returns the SSHInfo stored in the database for the passed key and user hashes.
Insert inserts an ssh public key for the given user (given by the mytoken) into the database.
UsedKey marks that the passed ssh key was just used.