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: v17.2.8~696^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f222e293ef6a20e6cc7cd1f4564766709c17e93d;p=ceph.git doc/cephadm: fix typo in set ssh key command Signed-off-by: Piotr Parczewski (cherry picked from commit e9654b77eda12a3862eefb93c65dc5f15715833d) --- diff --git a/doc/cephadm/troubleshooting.rst b/doc/cephadm/troubleshooting.rst index df66b3ae03858..d891ebaf2e038 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::