Plesk for Linux
kb: technical
ext: migrator
ABT: Group A
Applicable to:
- Plesk for Linux
Symptoms
When installing Plesk via Plesk Web Installer (https://get.plesk.com/) using 'root' or a sudo user, initialization fails with the following error message:
PLESK_ERROR: Could not connect to the target server. Process exited with status 1
Cause
SSH configuration of the server does not allow 'root' login or/and password authentication:
-
The
PermitRootLoginor/andPasswordAuthenticationare disabled:# cat /etc/ssh/sshd_config | egrep 'PasswordAuthentication|PermitRootLogin' | grep -v "#"
PermitRootLogin no
PasswordAuthentication no -
The
AllowUsersdirective is enabled in the SSH configuration file but does not contain therootuser:# cat /etc/ssh/sshd_config | grep 'AllowUsers'
AllowUsers johndoe
Resolution
Enable 'root' user in SSH configuration.
Comments
Please sign in to leave a comment.