Refactorized scripts

This commit is contained in:
2025-07-17 17:39:48 +02:00
parent e2c3ec0f13
commit b99db7713c
11 changed files with 540 additions and 13 deletions

12
files/user-data Normal file
View File

@ -0,0 +1,12 @@
ssh_pwauth: true
disable_root: true
users:
- name: user
ssh_authorized_keys:
- __SSH_KEY__
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
groups: sudo
shell: /bin/bash
hashed_passwd: __USER_PASSWORD__
lock-passwd: false