Product Version: 9.0
Last Modified: 27 September 2019
Problem
While recovering an SLES VM, an error message appears informing the user that the connection to the recovery server was refused.
Background
The cause of the problem is an inappropriate form of SSH protocol authentication configured for the VM host operating system.
If the public key authentication or keyboard-interactive authentication is enabled for the VM host operating system, and when NAKIVO Backup & Replication tries to access the VM via the SSH protocol, the source VM uses keyboard-interactive authentication and asks for the password.
Solution
Follow the steps below to enable the password authentication method for the SSH protocol on the VM:
- Log in to the VM and launch the
vi
editor. - In the vi editor, open the /etc/ssh/sshd_config file and make the following modifications:
PasswordAuthentication yes
ChallengeResponseAuthentication yes
- Save the
/etc/ssh/sshd_config
file and exit thevi
editor. - Reboot the VM.