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
PermitRootLogin
or/andPasswordAuthentication
are disabled:# cat /etc/ssh/sshd_config | egrep 'PasswordAuthentication|PermitRootLogin' | grep -v "#"
PermitRootLogin no
PasswordAuthentication no -
The
AllowUsers
directive is enabled in the SSH configuration file but does not contain theroot
user:# cat /etc/ssh/sshd_config | grep 'AllowUsers'
AllowUsers johndoe
Resolution
Enable 'root' user in SSH configuration.
Comments
0 comments
Please sign in to leave a comment.