summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-18 06:43:03 -0400
committerGitHub <noreply@github.com>2021-09-18 06:43:03 -0400
commitfc4a47e0e7ef9404d725d3d1fc7beb621879640c (patch)
tree010eeda820ac5f5842c1e8ac7bf4e76b9c802efb /docs/source
parent08e1bb54c3cb390b1f2821222961805bb689df99 (diff)
parente3e9e5175fdb9cbec8bf0c603b8b336eaad7808c (diff)
downloadpodman-fc4a47e0e7ef9404d725d3d1fc7beb621879640c.tar.gz
podman-fc4a47e0e7ef9404d725d3d1fc7beb621879640c.tar.bz2
podman-fc4a47e0e7ef9404d725d3d1fc7beb621879640c.zip
Merge pull request #11617 from ashley-cui/ssh
[NO TESTS NEEDED] Add username flag for machine ssh
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-machine-ssh.1.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-ssh.1.md b/docs/source/markdown/podman-machine-ssh.1.md
index a5cf69107..c4c732819 100644
--- a/docs/source/markdown/podman-machine-ssh.1.md
+++ b/docs/source/markdown/podman-machine-ssh.1.md
@@ -4,7 +4,7 @@
podman\-machine\-ssh - SSH into a virtual machine
## SYNOPSIS
-**podman machine ssh** [*name*] [*command* [*arg* ...]]
+**podman machine ssh** [*options*] [*name*] [*command* [*arg* ...]]
## DESCRIPTION
@@ -21,6 +21,10 @@ with the virtual machine is established.
Print usage statement.
+#### **--username**=*name*
+
+Username to use when SSH-ing into the VM.
+
## EXAMPLES
To get an interactive session with the default virtual machine: