# Let's attach a console to the example container. # # Note: we did not create a user in the container, # logging in as root over a pseudo-terminal is # considered insecure by pam and will fail. cnt console -n example.net # Let's disable pam_securetty.so for demonstration purpose only. vi /var/lib/machines/example.net/etc/pam.d/login # Now login as root will work. cnt console -n example.net # Let's check network access. ping -c3 open-infrastructure.net