Configuring a different SSH user
As a storage administrator, you can configure a non-root SSH user who can log in to all the Ceph cluster nodes. Configure users with enough privileges to download container images, start containers, and run commands without prompting for a password.
Before you begin
Before you begin, make sure that you have the following prerequisites in place:
- A running IBM Storage Ceph cluster.
- An Ansible administration node.
- Root-level access to the Ansible administration node.
- The
cephadm-ansiblepackage is installed on the node. - Add the cluster SSH keys to the user's
authorized_keys. - Enable
passwordlesssudo access for the non-root users.
About this task
Important: Before configuring a non-root SSH user, the cluster SSH key needs to be added
to the user's
authorized_keys file and non-root users must have
passwordless sudo access.