mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #11617 from ashley-cui/ssh
[NO TESTS NEEDED] Add username flag for machine ssh
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user