From ad866fecb5e1a665f5b1073ee7e1cac0dabf38bc Mon Sep 17 00:00:00 2001 From: lioutall Date: Sat, 18 Feb 2023 23:54:41 +0800 Subject: [PATCH] Update remote_client.md ssh user name should be used here Signed-off-by: lioutall --- docs/tutorials/remote_client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/remote_client.md b/docs/tutorials/remote_client.md index 5cd679193a..db3c8e8a73 100644 --- a/docs/tutorials/remote_client.md +++ b/docs/tutorials/remote_client.md @@ -78,7 +78,7 @@ The first step in using the Podman remote client is to configure a connection. You can add a connection by using the `podman-remote system connection add` command. ``` -podman-remote system connection add myuser --identity ~/.ssh/id_ed25519 ssh://192.168.122.1/run/user/1000/podman/podman.sock +podman-remote system connection add myuser --identity ~/.ssh/id_ed25519 ssh://myuser@192.168.122.1/run/user/1000/podman/podman.sock ``` This will add a remote connection to Podman and if it is the first connection added, it will mark the connection as the default. You can observe your connections with `podman-remote system connection list`: