]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/orchestrator: add path to ssh-copy-id instructions
authorclyso <tobias.fischer@clyso.com>
Tue, 31 Mar 2020 12:48:05 +0000 (14:48 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 3 Apr 2020 13:18:28 +0000 (15:18 +0200)
by default ssh key will be placed under /etc/ceph - so it should be included in examples

Signed-off-by: Tobias Fischer <tobias.fischer@clyso.com>
(cherry picked from commit 87440ab4d26b6cd1576eacdbbe47f28f90bacc1c)

doc/cephadm/install.rst

index 7631f2243ad3acd17be44fe2f01924354a0ae55a..e6cda4482e95d6bd4f0ca549164fb24ee13e339e 100644 (file)
@@ -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@*<new-host>*
+     # ssh-copy-id -f -i /etc/ceph/ceph.pub root@*<new-host>*
 
    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::