Merge pull request #4161 from afbjorklund/machine-env

Handle environment variables from podman-machine
This commit is contained in:
OpenShift Merge Robot
2019-10-03 12:45:43 -07:00
committed by GitHub
8 changed files with 65 additions and 17 deletions

View File

@ -25,6 +25,12 @@ of the user's remote connections.
**port** = int
Use an alternative port for the ssh connections. The default port is 22.
**identity_file** = ""
Use an alternative location for the ssh private key
**ignore_hosts** = bool
Don't match the remote ssh host key with known hosts
## EXAMPLE