From: Piotr Parczewski Date: Tue, 7 Nov 2023 11:48:01 +0000 (+0100) Subject: doc/cephadm: fix typo in set ssh key command X-Git-Tag: v19.0.0~138^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F54384%2Fhead;p=ceph.git doc/cephadm: fix typo in set ssh key command Signed-off-by: Piotr Parczewski --- diff --git a/doc/cephadm/troubleshooting.rst b/doc/cephadm/troubleshooting.rst index df66b3ae038..d891ebaf2e0 100644 --- a/doc/cephadm/troubleshooting.rst +++ b/doc/cephadm/troubleshooting.rst @@ -210,7 +210,7 @@ troubleshoot the SSH connection between ``cephadm`` and the monitor: or:: - [root@mon1 ~]# cat ~/cephadm_private_key | cephadm shell -- ceph cephadm set-ssk-key -i - + [root@mon1 ~]# cat ~/cephadm_private_key | cephadm shell -- ceph cephadm set-ssh-key -i - 2. Ensure that the SSH config is correct::