mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user