diff options
Diffstat (limited to '')
-rw-r--r-- | share/doc/asciicast/temp.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/doc/asciicast/temp.sh b/share/doc/asciicast/temp.sh new file mode 100644 index 0000000..818b84f --- /dev/null +++ b/share/doc/asciicast/temp.sh @@ -0,0 +1,13 @@ +# 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 |