21
Reset SSH authorized keys for vzagent0:
Filed Under (Virtuozzo) by WebScHoLaR on 21-06-2009
Tagged Under : authorized keys, ssh, Virtuozzo, vzagent0
In Virtuozzo 3, vzagent0 user was used to connect to VZMC (Virtuozzo Management Console). As a regular practice passwords are changed so after resetting vzagent0 password, its recommended to clear the SSH authorized keys too. Following commands can be used to clear the SSH authorized keys for vzagent0.
On Linux Nodes:
vzctl exec 1 “> /home/vzagent0/.ssh/authorized_keys2″
on Windows Nodes:
vzctl exec 1 cmd /c del “c:\Program Files\OpenSSH\home\vzagent0\.ssh\authorized_keys2″
