Skip to content

Commit

Permalink
wip: Update cloud-config to include jcfr public key in ssh-authorized…
Browse files Browse the repository at this point in the history
…-keys
  • Loading branch information
jcfr committed May 3, 2024
1 parent a5a1a20 commit 8f74a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud-config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ users:
groups: sudo, admin
sudo: ['ALL=(ALL) NOPASSWD:ALL']
# {ssh-authorized-keys}
ssh-authorized-keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzSP8d9E0/iWqe/emHwYAiMF7EI9TTswoKRvKwP5qTe/djXL2kj0M+EfRf952D5agvnNXp4ldBDJwmvoZIs92Y+9GgAWBmkRwxH8e78p9rLlaZV4skGL1N+CIYi06eFHrQqn6h5qs0Dx710AAdL9jF6VZWvUnGvDDQ+/HnuKcNUtQT0S58tu0Cdn+LifX2WjesyjfxcUnjLpblz987Fiez7fmMGDnUDKqjdiwTAHyMVAff1QIvZ/pJeCfy0CcAgLkgeAaynmrVKIBjz6wyQk/5zV6Dum3/nkpZ/b6c+cou8UQeIDTiu9EPKLWSpz1UjgUxy9ZM009Vmqpw4f0WQaLXw== [email protected]
ssh_pwauth: true
package_update: true
package_upgrade: true # {install-os-updates}
Expand Down

0 comments on commit 8f74a24

Please sign in to comment.