Skip to content
Snippets Groups Projects
Verified Commit 49339d56 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Fix filename for heftig's new key in root_access

The new key is under pubkeys/heftig_nitrokey.pub, and pubkeys/heftig.pub
was renamed to pubkeys/heftig_yubikey.pub. Update root_ssh_keys to refer
to "heftig_nitrokey.pub" as "heftig.pub" does not exist anymore.

Fixes: 13a4bddf ("pubkeys/heftig: Add my new Nitrokey, reorganize")
parent 0d0c512e
No related branches found
No related tags found
No related merge requests found
Pipeline #87285 passed
......@@ -16,7 +16,7 @@ root_ssh_keys:
- key: foutrelis.pub
- key: freswa.pub
- key: grazzolini.pub
- key: heftig.pub
- key: heftig_nitrokey.pub
- key: jelle.pub
- key: svenstaro.pub
- key: anthraxx.pub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment