From e9654b77eda12a3862eefb93c65dc5f15715833d Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Tue, 7 Nov 2023 12:48:01 +0100 Subject: [PATCH] doc/cephadm: fix typo in set ssh key command Signed-off-by: Piotr Parczewski --- doc/cephadm/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.39.5