Skip to content

Commit 05f93e4

Browse files
committed
Load StackHPC keys from GitHub
1 parent 075b01b commit 05f93e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/site/inventory/group_vars/all/basic_users.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ basic_users_users:
2828
- name: priteau
2929
uid: 10005
3030
home: /var/lib/home/priteau
31-
public_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDl2Kf4/ofguIecCJISLher+6HrooaSqavJbKtSwTbyd pierre@stackhpc.com
31+
public_key: https://raw.githubusercontent.com/stackhpc/terraform-bastion/refs/heads/master/authorized_keys/pierre
3232
sudo: priteau ALL=(ALL) NOPASSWD:ALL
3333
- name: will
3434
uid: 10006
3535
home: /var/lib/home/will
36-
public_key: sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIAbCpJEeynf7Sv9775T7CNQ1G3U/i7jiDc67cNCBGEJrAAAABHNzaDo= will StackHPC key - 2024-08-29
36+
public_key: https://raw.githubusercontent.com/stackhpc/terraform-bastion/refs/heads/master/authorized_keys/will
3737
sudo: will ALL=(ALL) NOPASSWD:ALL

0 commit comments

Comments
 (0)