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
|
group: users,adm,dialout,audio,netdev,video,plugdev,cdrom,games,input,gpio,spi,i2c,render,sudo
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
lock_passwd: false
|
lock_passwd: false
|
||||||
plain_text_password: $userpw
|
plain_text_passwd: $userpw
|
||||||
sudo: ALL=(ALL) ALL:ALL
|
sudo: ALL=(ALL) ALL
|
||||||
ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
- $ssh_key
|
- $ssh_key
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue