]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: inverted the steps per doc feedback.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Dec 2012 22:34:10 +0000 (14:34 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Dec 2012 22:34:10 +0000 (14:34 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/mkcephfs.rst

index 7c89081d1c4b509748c910ea5b3a167cd2d4a097..feca738888585adafd1f497b1a89cbaf37da61a3 100644 (file)
@@ -27,12 +27,6 @@ and use the default locations. ::
        Enter same passphrase again: 
        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:: 
-
-       ssh-copy-id root@myserver01
-       ssh-copy-id root@myserver02     
        
 Modify your ``/root/.ssh/config`` file to login as ``root``, as follows:: 
 
@@ -43,6 +37,11 @@ Modify your ``/root/.ssh/config`` file to login as ``root``, as follows::
                Hostname myserver02.fully-qualified-domain.com
                User root
 
+You may use RSA or DSA keys. Once you generate your keys, copy them to each 
+OSD host. For example:: 
+
+       ssh-copy-id root@myserver01
+       ssh-copy-id root@myserver02
 
 Copy Configuration File to All Hosts
 ====================================