fix: user password provision and sudo provision
This commit is contained in:
parent
84a54391b7
commit
372f2e251a
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ users:
|
|||
group: users,adm,dialout,audio,netdev,video,plugdev,cdrom,games,input,gpio,spi,i2c,render,sudo
|
||||
shell: /bin/bash
|
||||
lock_passwd: false
|
||||
plain_text_password: $userpw
|
||||
sudo: ALL=(ALL) ALL:ALL
|
||||
plain_text_passwd: $userpw
|
||||
sudo: ALL=(ALL) ALL
|
||||
ssh_authorized_keys:
|
||||
- $ssh_key
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue