]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Change per doc request.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 6 Dec 2012 22:20:00 +0000 (14:20 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 6 Dec 2012 22:20:00 +0000 (14:20 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/mkcephfs.rst

index a6531ec84d76f0e40a7d3bbff48f56071575a495..7c89081d1c4b509748c910ea5b3a167cd2d4a097 100644 (file)
@@ -19,7 +19,7 @@ Enter a password for the root user.
 On the admin host, generate an ``ssh`` key without specifying a passphrase
 and use the default locations. ::
 
-       sudo -s 
+       sudo -i 
        ssh-keygen
        Generating public/private key pair.
        Enter file in which to save the key (/root/.ssh/id_rsa): 
@@ -34,7 +34,7 @@ OSD host. For example::
        ssh-copy-id root@myserver01
        ssh-copy-id root@myserver02     
        
-Modify your ``~/.ssh/config`` file to login as ``root``, as follows:: 
+Modify your ``/root/.ssh/config`` file to login as ``root``, as follows:: 
 
        Host myserver01
                Hostname myserver01.fully-qualified-domain.com