Refactorized scripts
This commit is contained in:
12
files/user-data
Normal file
12
files/user-data
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user