Changes
→Test the new template cache file
congratulations, you've got a working Gentoo template!
== Log in over SSH ==
Leave container by hitting Ctrl+D. To log in over SSH now, you need to set root's password in running container first:
<pre>
vzctl set --userpasswd root:secret
</pre>
Of course, you should use different password (replacing <code>secret</code> above) obeying common rules for strong passwords. After that container is ready for login over SSH
<pre>
ssh root@192.168.0.10
</pre>