If you try to use the SSH Connection function within Virtuozzo, you may be presented with an error.
To resolve this, please login using a suitable SSH client such as PuTTY.
Once logged in, open the file /etc/ssh/sshd_config and edit the line:
#PasswordAuthentication yesTo
PasswordAuthentication yesIf the # is already removed, please make sure it is not set to ‘no’.
Finally, you must restart sshd by running:
/etc/init.d/sshd restart