docs: Remove -s from systemctl enable --now sshd

This flag does not work (e.g. on Fedora 36) and not appear to be required (anymore?).

Signed-off-by: Michael Vorburger ⛑️ <mike@vorburger.ch>
This commit is contained in:
Michael Vorburger ⛑️
2022-07-02 12:27:57 +02:00
committed by GitHub
parent b00e65aa9c
commit fe559287c9

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