From f950b1511ae7f0b5308b0073b7bf3cb0a375db27 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 17 Nov 2022 19:45:11 -0500 Subject: [PATCH] Update docs/source/markdown/podman-remote.1.md Co-authored-by: Tom Sweeney Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-remote.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-remote.1.md b/docs/source/markdown/podman-remote.1.md index 04ae0d6297..c5d728ab8d 100644 --- a/docs/source/markdown/podman-remote.1.md +++ b/docs/source/markdown/podman-remote.1.md @@ -60,7 +60,7 @@ URL to access Podman service (default from `containers.conf`, rootless "unix://r Details: - `schema` is one of: * `ssh` (default): a local unix(7) socket on the named `host` and `port`, reachable via SSH - * `tcp`: an unencrypted, unauthenticated TCP connection to the named `host` and `port`, can work with proxy if `CONTAINER_PROXY` set + * `tcp`: an unencrypted, unauthenticated TCP connection to the named `host` and `port`, can work with proxy if `CONTAINER_PROXY` is set * `unix`: a local unix(7) socket at the specified `path`, or the default for the user - `user` will default to either `root` or the current running user (`ssh` only) - `password` has no default (`ssh` only)