Applicable to:
- SolusVM
Symptoms
VPS migration in SolusVM > Virtual Servers > VPS > Migration stops at random or does not start at all:
SVM_ERROR: SSH connection failed
Cause
Incorrect SSH configuration on source or/and target SolusVM node.
Resolution
-
Connect to the source and target node over SSH.
-
Check the configuration of
sshd
service in/etc/ssh/sshd_config
- it has to contain the following optionCONFIG_TEXT: PermitRootLogin yes
If the value of the option is different - change it to
yes
. -
Restart
sshd
service to apply changes:# service sshd restart
Comments
0 commentsPlease sign in to leave a comment.