kb: technical
Symptoms
Migration fails to start with error:
PLESK_ERROR: Permission denied (publickey,gssapi-with-mic,password)
Cause
Public key authentication is turned off in the SSH config file of the source server.
Solution
1 Connect to the source server via SSH
-
Edit the SSH config file
/etc/ssh/sshd_config
and setPubkeyAuthentication
toyes
# vi /etc/ssh/sshd_config
PubkeyAuthentication yes -
Reload the sshd service:
# service sshd reload
-
Restart migration
Comments
0 comments
Please sign in to leave a comment.