-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gluon-authorized-keys: add unauthorized_keys to remove access #2782
base: main
Are you sure you want to change the base?
Conversation
revoew discussion summarized:
the reworked version:
|
I think this is a compromise in every aspect. Over at freifunk-gluon/community-packages#24 we have a IMHO better solution to manage site-keys. This allows also to differentiate between site-originated keys as well as user-added SSH keys. In my opinion, we can merge this and work towards integrating the community package into core-gluon, deprecating the current way of adding SSH keys using site-information. |
@@ -13,3 +13,13 @@ If you select this package, add a list of authorized keys to ``site.conf`` like | |||
... | |||
|
|||
Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved. | |||
|
|||
If you want to remove specific keys in the future, specify them like this::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take note here that this will also remove SSH key which are originally added by the user.
No description provided.