]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerTobias Fischer <tobias.fischer@clyso.com>
Fri, 3 Apr 2020 07:51:08 +0000 (09:51 +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>
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::