[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>
This commit is contained in:
Lucendio
2020-11-24 16:04:50 +01:00
parent 4ebd9d9191
commit f8f2ce07d6

View File

@ -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. 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 #### Setting up SSH