mirror of
https://github.com/containers/podman.git
synced 2025-06-08 08:20:38 +08:00
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:

committed by
GitHub

parent
b00e65aa9c
commit
fe559287c9
@ -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
|
||||||
|
Reference in New Issue
Block a user