diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-06 14:20:00 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-06 14:20:00 -0800 |
commit | ef24f5318c09b84f5885d8910a4d7920168da970 (patch) | |
tree | 97e09f7c211b8fe3dab027918326f65b3cf9756b | |
parent | 0d2e88582377e94b7d7099801f8102ecdbcf27f5 (diff) | |
download | ceph-ef24f5318c09b84f5885d8910a4d7920168da970.tar.gz |
doc: Change per doc request.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/deployment/mkcephfs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index a6531ec84d7..7c89081d1c4 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -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 |