Merge pull request #14808 from vorburger/patch-2

[CI:DOCS] Remove -s from systemctl enable --now sshd
This commit is contained in:
openshift-ci[bot] 2022-07-02 11:11:59 +00:00 committed by GitHub
commit fd33ab0936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ host:
In order for the Podman 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