summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-machine-init.1.md
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2021-04-01 13:31:42 -0400
committerAshley Cui <acui@redhat.com>2021-04-01 13:51:02 -0400
commitf8bc391e349f8e67ad35c802be4c99dc3eabe4a2 (patch)
tree1e5210f1ab43e4ecd5cfcf4deb4a1513cf600119 /docs/source/markdown/podman-machine-init.1.md
parent8b599c51268dc141bd963d8b5d3f25feadfcbb0e (diff)
downloadpodman-f8bc391e349f8e67ad35c802be4c99dc3eabe4a2.tar.gz
podman-f8bc391e349f8e67ad35c802be4c99dc3eabe4a2.tar.bz2
podman-f8bc391e349f8e67ad35c802be4c99dc3eabe4a2.zip
Add ssh connection to root user
When initing a VM, create two add connections - one to user, one to root. podman machine remove removes both connections as well. [NO TESTS NEEDED] Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-machine-init.1.md')
-rw-r--r--docs/source/markdown/podman-machine-init.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md
index 930086ff4..946f959bf 100644
--- a/docs/source/markdown/podman-machine-init.1.md
+++ b/docs/source/markdown/podman-machine-init.1.md
@@ -15,6 +15,8 @@ containers do not run on any other OS because containers' core functionality are
tied to the Linux kernel.
**podman machine init** initializes a new Linux virtual machine where containers are run.
+SSH keys are automatically generated to access the VM, and system connections to the root account
+and a user account inside the VM are added.
## OPTIONS