Is there a way to update/add SSH public keys? Things I've tried: - `hashbangctl` is missing, I guess due to #65 - Couldn't find documentation for the userdb API, I am guessing it might be something with `https://userdb.hashbang.sh/v1/ssh_public_key` - Because of `AuthorizedKeysCommand /usr/local/bin/authorized-keys %u`, placing keys in `$HOME/.ssh/authorized_keys` does not work
Is there a way to update/add SSH public keys? Things I've tried:
hashbangctlis missing, I guess due to chsh and passwd broken #65https://userdb.hashbang.sh/v1/ssh_public_keyAuthorizedKeysCommand /usr/local/bin/authorized-keys %u, placing keys in$HOME/.ssh/authorized_keysdoes not work