garrym / raspberry-pi-alpine

Instructions and scripts for setting up Alpine Linux on the Raspberry Pi
The Unlicense
99 stars 14 forks source link

Bad configuration option: AllowedUsers #3

Open garrym opened 5 years ago

garrym commented 5 years ago

/etc/init.d/sshd_config gets updated during installation to include the line AllowedUsers but doesn't specify the allowed user.

The operation to add this line isn't idempotent either and can add multiple lines if run multiple times.