diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-03 12:45:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 12:45:43 -0700 |
commit | 7af4074c6f96d0fabd2ab5dd6c5773053f80aa08 (patch) | |
tree | 804d6ca257d7c6649b1fda6ea6a00e3a06ab3bee /docs | |
parent | 86c8650c2328a4a611e614c7220627feae4d4eae (diff) | |
parent | c831a64bb1dbce86109d1c2e00535e89a7fc5f81 (diff) | |
download | podman-7af4074c6f96d0fabd2ab5dd6c5773053f80aa08.tar.gz podman-7af4074c6f96d0fabd2ab5dd6c5773053f80aa08.tar.bz2 podman-7af4074c6f96d0fabd2ab5dd6c5773053f80aa08.zip |
Merge pull request #4161 from afbjorklund/machine-env
Handle environment variables from podman-machine
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-remote.conf.5.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/podman-remote.conf.5.md b/docs/podman-remote.conf.5.md index 3c8a1a801..e9cc05989 100644 --- a/docs/podman-remote.conf.5.md +++ b/docs/podman-remote.conf.5.md @@ -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 |