Symptoms
Adding a new Virtuozzo 4 node to Expand fails with the error:ACTION OUTPUT ------------- <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<packet version="2.2.4.1">
<add>
<system>
<status>error</status>
<errcode>9001</errcode>
<errtext>[SSH] Authentification failed. Username/PublicKey combination invalid</errtext>
</system>
</add>
</packet>
Resolution
Login to Expand via SSH and copy Expand SSH key to the Virtuozzo hardware node:# scp /usr/local/expand/etc/.ssh/id_rsa.pub root@virtuozo_node_ip:/root/expand_rsa.pub Login to the Virtuozzo hardware node via SSH and add Expand SSH key (expand_rsa.pub) to to authorized_keys2 in the Service Container (container with ID 1):
# cat expand_rsa.pub >> /vz/private/1/root/home/vzagent0/.ssh/authorized_keys2Try to add the Virtuozzo node to Expand.
Note, this issue will be fixed in Expand 2.3.