From f8f2ce07d64e4c0f1e4b83be41b8b97a3454606f Mon Sep 17 00:00:00 2001 From: Lucendio Date: Tue, 24 Nov 2020 16:04:50 +0100 Subject: [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 --- docs/tutorials/mac_win_client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials') 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 -- cgit v1.2.3-54-g00ecf