From a7a3cbf8fc2f43afd9b69afa6d5b2c5e0110b2b2 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 3 Dec 2012 10:48:10 -0800 Subject: [PATCH] doc: Clarified example for root user. Signed-off-by: John Wilkins --- doc/rados/deployment/mkcephfs.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index 721ae43500c..a6531ec84d7 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -17,15 +17,16 @@ on each host without a password. For each host, perform the following:: Enter a password for the root user. On the admin host, generate an ``ssh`` key without specifying a passphrase -and use the default locations. :: +and use the default locations. :: + sudo -s ssh-keygen Generating public/private key pair. - Enter file in which to save the key (/ceph-admin/.ssh/id_rsa): + Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: - Your identification has been saved in /ceph-admin/.ssh/id_rsa. - Your public key has been saved in /ceph-admin/.ssh/id_rsa.pub. + Your identification has been saved in /root/.ssh/id_rsa. + Your public key has been saved in /root/.ssh/id_rsa.pub. You may use RSA or DSA keys. Once you generate your keys, copy them to each OSD host. For example::