diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-18 21:12:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 21:12:04 +0200 |
commit | 8133aa1ee88cea2c89d38c1c56974c8889ef0933 (patch) | |
tree | 95e2cbc29508cd9e40d5bbee200f83fbc4ad1747 /docs/podman-remote.1.md | |
parent | 2c51d6f800a1ed472da3b88b4f987ab73953c8d0 (diff) | |
parent | 0d9b952aeab95c59b28bcea42f719d06363b45b5 (diff) | |
download | podman-8133aa1ee88cea2c89d38c1c56974c8889ef0933.tar.gz podman-8133aa1ee88cea2c89d38c1c56974c8889ef0933.tar.bz2 podman-8133aa1ee88cea2c89d38c1c56974c8889ef0933.zip |
Merge pull request #4041 from baude/remoteconfigport
support non-standard ssh port for remote-client
Diffstat (limited to 'docs/podman-remote.1.md')
-rw-r--r-- | docs/podman-remote.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-remote.1.md b/docs/podman-remote.1.md index 84042a842..04010abaf 100644 --- a/docs/podman-remote.1.md +++ b/docs/podman-remote.1.md @@ -35,6 +35,10 @@ Print usage statement Log messages above specified level: debug, info, warn, error (default), fatal or panic +**--port**=*integer* + +Use an alternative port for the ssh connections. The default port is 22 + **--remote-config-path**=*path* Alternate path for configuration file |