-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update/add SSH public key #179
Comments
running into this myself, used my tkey and need to update for their new version. But it looks like this might be a zombie project anyway at this point? |
Maintained by zombies with very little spare time, but what's the difference? We don't yet have a way to manage keys. If you put the public key in your |
I added a .ssh/authorized_keys before discovering that doesn't work; the last one in the file is the one to use if I can only load a single key. Same username here and there. |
done |
Thanks, that worked! |
Is there a way to update/add SSH public keys? Things I've tried:
hashbangctl
is missing, I guess due to chsh and passwd broken #65https://userdb.hashbang.sh/v1/ssh_public_key
AuthorizedKeysCommand /usr/local/bin/authorized-keys %u
, placing keys in$HOME/.ssh/authorized_keys
does not workThe text was updated successfully, but these errors were encountered: