mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #48610 from zdover23/wip-doc-2022-10-25-cephadm-ssh-capitalization
doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
This commit is contained in:
commit
b559b1937a
@ -113,15 +113,15 @@ Adoption process
|
||||
ssh-copy-id -f -i ~/ceph.pub root@<host>
|
||||
|
||||
.. note::
|
||||
It is also possible to import an existing ssh key. See
|
||||
:ref:`ssh errors <cephadm-ssh-errors>` in the troubleshooting
|
||||
It is also possible to import an existing SSH key. See
|
||||
:ref:`SSH errors <cephadm-ssh-errors>` in the troubleshooting
|
||||
document for instructions that describe how to import existing
|
||||
ssh keys.
|
||||
SSH keys.
|
||||
|
||||
.. note::
|
||||
It is also possible to have cephadm use a non-root user to ssh
|
||||
It is also possible to have cephadm use a non-root user to SSH
|
||||
into cluster hosts. This user needs to have passwordless sudo access.
|
||||
Use ``ceph cephadm set-user <user>`` and copy the ssh key to that user.
|
||||
Use ``ceph cephadm set-user <user>`` and copy the SSH key to that user.
|
||||
See :ref:`cephadm-ssh-user`
|
||||
|
||||
#. Tell cephadm which hosts to manage:
|
||||
|
@ -424,7 +424,7 @@ cephadm operations. Use the command:
|
||||
|
||||
ceph cephadm set-user <user>
|
||||
|
||||
Prior to running this the cluster ssh key needs to be added to this users
|
||||
Prior to running this the cluster SSH key needs to be added to this users
|
||||
authorized_keys file and non-root users must have passwordless sudo access.
|
||||
|
||||
|
||||
|
@ -212,8 +212,8 @@ available options.
|
||||
EOF
|
||||
$ ./cephadm bootstrap --config initial-ceph.conf ...
|
||||
|
||||
* The ``--ssh-user *<user>*`` option makes it possible to choose which ssh
|
||||
user cephadm will use to connect to hosts. The associated ssh key will be
|
||||
* The ``--ssh-user *<user>*`` option makes it possible to choose which SSH
|
||||
user cephadm will use to connect to hosts. The associated SSH key will be
|
||||
added to ``/home/*<user>*/.ssh/authorized_keys``. The user that you
|
||||
designate with this option must have passwordless sudo access.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user