summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-02 11:11:59 +0000
committerGitHub <noreply@github.com>2022-07-02 11:11:59 +0000
commitfd33ab09365994ba4625f238c88474a4167ede66 (patch)
tree5db2b8c13837a127a9e06f6aa8cf7598f74112e0
parentb00e65aa9c071428579a55f91a92f3702765ed85 (diff)
parentfe559287c93983ba237eb939d00fa0fb93e1613c (diff)
downloadpodman-fd33ab09365994ba4625f238c88474a4167ede66.tar.gz
podman-fd33ab09365994ba4625f238c88474a4167ede66.tar.bz2
podman-fd33ab09365994ba4625f238c88474a4167ede66.zip
Merge pull request #14808 from vorburger/patch-2
[CI:DOCS] Remove -s from systemctl enable --now sshd
-rw-r--r--docs/tutorials/remote_client.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/remote_client.md b/docs/tutorials/remote_client.md
index 27b97e6f5..5cd679193 100644
--- a/docs/tutorials/remote_client.md
+++ b/docs/tutorials/remote_client.md
@@ -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