Merge pull request #11617 from ashley-cui/ssh

[NO TESTS NEEDED] Add username flag for machine ssh
This commit is contained in:
OpenShift Merge Robot
2021-09-18 06:43:03 -04:00
committed by GitHub
2 changed files with 18 additions and 17 deletions

View File

@ -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: