Skip to content

Commit

Permalink
fix ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Oct 2, 2024
1 parent 55fa7ed commit 260a4c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/modules/online-storage/cloud-init-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ runcmd:
- nfs-server

ssh_authorized_keys:
- ${public_key_openssh}
%{ for key in public_key_openssh ~}
- ${key}
%{ endfor ~}

yum_repos:
baseos:
Expand Down

0 comments on commit 260a4c1

Please sign in to comment.