Support Portal Language
 
HomeKnowledge BaseVPSLinuxWhy doesn't the SSH Connection function work in Virtuozzo
Information
Article ID45
Created On4/28/2008
Modified4/28/2008
Share With Others
Why doesn't the SSH Connection function work in Virtuozzo

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