Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Commits
46dd28b2
Commit
46dd28b2
authored
1 year ago
by
Benoit Donneaux
Browse files
Options
Downloads
Patches
Plain Diff
Remove Jehad entirely
Signed-off-by:
Benoit Donneaux
<
benoit@leastauthority.com
>
parent
f8236157
Branches
Branches containing commit
No related tags found
2 merge requests
!438
update production
,
!436
Remove Jehad key and provision new deployment key
Pipeline
#5600
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
morph/grid/hro-cloud/public-keys/users.nix
+1
-3
1 addition, 3 deletions
morph/grid/hro-cloud/public-keys/users.nix
with
1 addition
and
3 deletions
morph/grid/hro-cloud/public-keys/users.nix
+
1
−
3
View file @
46dd28b2
let
jbaeth
=
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC2ME4kxDgS5KtwdITfq4hKuB6mQDv2zYsPcUlhXhZkS jehad@nixos"
];
bdonneaux
=
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZtWY7t8HVnaz6bluYsrAlzZC3MZtb8g0nO5L5fCQKR cardno:000619776016"
];
flo
=
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6EUU/KNDr7y3m5OVWBZAuPiMJ4us3YOBEhxpG29yPN flo@la"
];
lastresort
=
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE1hy9mPkJI+7mY2Uq6CLpuFMMLOTfiY2sRJHwpihgRt cardno:26 269 859"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPYMUVNuWr2y+FL1GxW6S6jb3BWYhbzJ2zhvQVKu2ll cardno:23 845 763"
];
in
{
"root"
=
jbaeth
++
bdonneaux
++
flo
++
lastresort
;
"jbaeth"
=
jbaeth
;
"root"
=
bdonneaux
++
flo
++
lastresort
;
inherit
bdonneaux
;
inherit
flo
;
inherit
lastresort
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment