Open garrym opened 5 years ago
/etc/init.d/sshd_config gets updated during installation to include the line AllowedUsers but doesn't specify the allowed user.
AllowedUsers
The operation to add this line isn't idempotent either and can add multiple lines if run multiple times.
/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.