From fe7704fde88684b53265b262f6c2655b4798b455 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 10 Jun 2020 00:15:43 +1000 Subject: [PATCH] doc/cephadm: Import existing ssh key docs. This commit supersedes the commit below, which was suggested by mohnewald: https://github.com/ceph/ceph/pull/34453/commits/1cd278b08a342df1acf9b43dbc5c27ee686149c0 Co-author: https://github.com/mohnewald Signed-off-by: Zac Dover --- doc/cephadm/adoption.rst | 6 ++++++ doc/cephadm/troubleshooting.rst | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/cephadm/adoption.rst b/doc/cephadm/adoption.rst index 9444d56704f..1f15b2c46d5 100644 --- a/doc/cephadm/adoption.rst +++ b/doc/cephadm/adoption.rst @@ -81,6 +81,12 @@ Adoption process # ssh-copy-id -f -i ceph.pub root@ + .. note:: + It is also possible to import an existing ssh key. See + :ref:`ssh errors ` in the troubleshooting + document for instructions describing how to import existing + ssh keys. + #. Tell cephadm which hosts to manage:: # ceph orch host add [ip-address] diff --git a/doc/cephadm/troubleshooting.rst b/doc/cephadm/troubleshooting.rst index 29e36958e09..891e5e14f1b 100644 --- a/doc/cephadm/troubleshooting.rst +++ b/doc/cephadm/troubleshooting.rst @@ -103,6 +103,7 @@ Cephadm writes small wrappers that run a containers. Refer to ``/var/lib/ceph///unit.run`` for the container execution command. +.. _cephadm-ssh-errors: ssh errors ---------- -- 2.39.5