diff options
author | Ashley Cui <acui@redhat.com> | 2021-04-01 13:31:42 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-04-01 13:51:02 -0400 |
commit | f8bc391e349f8e67ad35c802be4c99dc3eabe4a2 (patch) | |
tree | 1e5210f1ab43e4ecd5cfcf4deb4a1513cf600119 /docs/source | |
parent | 8b599c51268dc141bd963d8b5d3f25feadfcbb0e (diff) | |
download | podman-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')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 2 |
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 |