From 87440ab4d26b6cd1576eacdbbe47f28f90bacc1c Mon Sep 17 00:00:00 2001 From: clyso Date: Tue, 31 Mar 2020 14:48:05 +0200 Subject: [PATCH] doc/mgr/orchestrator: add path to ssh-copy-id instructions by default ssh key will be placed under /etc/ceph - so it should be included in examples Signed-off-by: Tobias Fischer --- doc/cephadm/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 7631f2243ad..e6cda4482e9 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -150,12 +150,12 @@ To add each new host to the cluster, perform two steps: #. Install the cluster's public SSH key in the new host's root user's ``authorized_keys`` file:: - # ssh-copy-id -f -i ceph.pub root@** + # ssh-copy-id -f -i /etc/ceph/ceph.pub root@** For example:: - # ssh-copy-id -f -i ceph.pub root@host2 - # ssh-copy-id -f -i ceph.pub root@host3 + # ssh-copy-id -f -i /etc/ceph/ceph.pub root@host2 + # ssh-copy-id -f -i /etc/ceph/ceph.pub root@host3 #. Tell Ceph that the new node is part of the cluster:: -- 2.39.5