summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucendio <dev@lucend.io>2020-11-24 16:04:50 +0100
committerLucendio <dev@lucend.io>2020-11-24 17:07:58 +0100
commitf8f2ce07d64e4c0f1e4b83be41b8b97a3454606f (patch)
tree245964f3e69f25c39a05dc7f18c1a44e87d3a6e8
parent4ebd9d9191606319f618d6e7e552256c07fff2c4 (diff)
downloadpodman-f8f2ce07d64e4c0f1e4b83be41b8b97a3454606f.tar.gz
podman-f8f2ce07d64e4c0f1e4b83be41b8b97a3454606f.tar.bz2
podman-f8f2ce07d64e4c0f1e4b83be41b8b97a3454606f.zip
[tutorials:mac-win-client] Fix command ensuring sshd is enabled
`-s, --signal` requires a value and is probably not intended to be here Signed-off-by: Lucendio <dev@lucend.io>
-rw-r--r--docs/tutorials/mac_win_client.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/mac_win_client.md b/docs/tutorials/mac_win_client.md
index af2668e10..375f73102 100644
--- a/docs/tutorials/mac_win_client.md
+++ b/docs/tutorials/mac_win_client.md
@@ -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 --now -s sshd
+sudo systemctl enable --now sshd
```
#### Setting up SSH