hetzneronline / installimage

Bash scripts to universally deploy various distributions
Other
517 stars 143 forks source link

Removed double negation #42

Closed freezingDaniel closed 2 years ago

freezingDaniel commented 2 years ago

Clarified that ssh's PermitRootLogin without-password only prohibits password login and not password-less methods like PKA.

The previous phrasing makes it sound as if after removing the root password in the previous step and disabling logins without password one would be locked out of sshing into root.

asciiprod commented 2 years ago

Thanks!