summaryrefslogtreecommitdiff
path: root/docs/tutorials/mac_win_client.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-17 20:11:51 +0100
committerGitHub <noreply@github.com>2020-11-17 20:11:51 +0100
commiteefa18f2b68dafd4896a4bb44f374333cad204e5 (patch)
treed9e82eabe2e62f238c4ef98bed217e68dd7f6977 /docs/tutorials/mac_win_client.md
parent3a172c5999706e4493824c436bd7e2e8ea7b3d59 (diff)
parentd200801152e0f2fd4ae62549c5d12037ac6deed7 (diff)
downloadpodman-eefa18f2b68dafd4896a4bb44f374333cad204e5.tar.gz
podman-eefa18f2b68dafd4896a4bb44f374333cad204e5.tar.bz2
podman-eefa18f2b68dafd4896a4bb44f374333cad204e5.zip
Merge pull request #8356 from rhatdan/docs
[CI:DOCS] Cleanup tutorials
Diffstat (limited to 'docs/tutorials/mac_win_client.md')
-rw-r--r--docs/tutorials/mac_win_client.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/mac_win_client.md b/docs/tutorials/mac_win_client.md
index 9e0798bbf..af2668e10 100644
--- a/docs/tutorials/mac_win_client.md
+++ b/docs/tutorials/mac_win_client.md
@@ -36,7 +36,7 @@ $ systemctl --user enable --now podman.socket
You will need to enable linger for this user in order for the socket to work when the user is not logged in.
```
-$ sudo loginctl enable-linger $USER
+sudo loginctl enable-linger $USER
```
You can verify that the socket is listening with a simple Podman command.
@@ -55,7 +55,7 @@ host:
In order for the client to communicate with the server you need to enable and start the SSH daemon on your Linux machine, if it is not currently enabled.
```
-$ sudo systemctl enable -s sshd
+sudo systemctl enable --now -s sshd
```
#### Setting up SSH