Skip to content

Commit

Permalink
Add credentials for notebook server (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Arturo Filastò <arturo@filasto.net>
  • Loading branch information
felixhoffmnn and hellais authored Jan 8, 2025
1 parent 9205c8d commit 98c2150
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansible/host_vars/notebook.ooni.org
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,18 @@ ssh_users:
comment: "Ben Ginoe"
keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWdWCATiHUAzoS3mn3pFMIYDmi3n4Ekuzv5cEtvV0W1 root@parrot"

felixhoffmnn:
login: felixhoffmnn
comment: "Felix Hoffmann"
keys:
- "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIHsT7RNb3xSc4jseb6vPPvC2ORWQHQr66AQR54Vikt/cAAAAB3NzaDpocGk= ssh:hpi"
agix:
login: agix
comment: "Armin Huremagic"
keys: ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzCkhJ4DgtReYaR4MVh+FzDw7s2j3v4qBmE+Mpk+igc agix@riseup.net"]

admin_usernames: [ art, agrabeli, majakomel, mehul, norbel ]
non_admin_usernames: [ ain, siti, ingrid, joss, vasilis, michael, benginoe ]
non_admin_usernames: [ ain, siti, ingrid, joss, vasilis, michael, benginoe, felixhoffmnn ]
jupyterhub_allowed_users: "{{ ssh_users }}"
admin_group_name: admin

Expand Down

0 comments on commit 98c2150

Please sign in to comment.