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)
#. 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::