Merge pull request #8468 from lucendio/patch-1

[CI:DOCS] Tutorials:mac-win-client - Fix command ensuring sshd is enabled
This commit is contained in:
OpenShift Merge Robot 2020-11-24 20:31:30 +01:00 committed by GitHub
commit d752f7e464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
```
sudo systemctl enable --now -s sshd
sudo systemctl enable --now sshd
```
#### Setting up SSH