plesk / centos2alma

CentOS 7 to AlmaLinux 8 conversion tool
Apache License 2.0
38 stars 8 forks source link

Verify if PermitRootLogin is configured for sshd before initiating the conversion #335

Closed SandakovMM closed 1 month ago

SandakovMM commented 1 month ago

This pre-check was inspired by the Leapp pre-checker, which prevents issues during conversion. The default setting was changed in AlmaLinux 8, so we need this pre-check to avoid potential connection problems.

Related issues is #332