From: clyso Date: Tue, 31 Mar 2020 12:48:05 +0000 (+0200) Subject: doc/mgr/orchestrator: add path to ssh-copy-id instructions X-Git-Tag: v15.2.1~8^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71419497235eb2ff2b7ffed7284713a2ad81ae76;p=ceph.git 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 (cherry picked from commit 87440ab4d26b6cd1576eacdbbe47f28f90bacc1c) --- 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::