Skip to content

Commit

Permalink
Update remote_client.md
Browse files Browse the repository at this point in the history
ssh user name should be used here

Signed-off-by: lioutall <[email protected]>
  • Loading branch information
lioutall authored Feb 18, 2023
1 parent ed03493 commit ad866fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/remote_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit ad866fe

Please sign in to comment.