mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 10:47:54 +00: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:
commit
d752f7e464
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue