All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
#cloud-config
|
|
users:
|
|
- name: testuser
|
|
ssh-authorized-keys:
|
|
- ${skylab-ssh-public-key}
|
|
shell: /bin/bash
|
|
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|