]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Edit to README.bst to note that the ssh keys needed in the targets entries are the...
authorbuck <buck@vm-buck-ceph-bindings.(none)>
Mon, 22 Oct 2012 18:21:07 +0000 (11:21 -0700)
committerJoe Buck <joe.buck@inktank.com>
Mon, 22 Oct 2012 19:01:35 +0000 (12:01 -0700)
README.rst

index d63229be294a5210291b906f28918fc53057f7e6..329d7109986e7f0d647b96c1ac86a07fba996d0b 100644 (file)
@@ -67,9 +67,9 @@ the nodes & use the live cluster ad hoc), might look like this::
        - [mon.1, osd.1]
        - [mon.2, client.0]
        targets:
-         ubuntu@host07.example.com: ssh-rsa long_key_here
-         ubuntu@host08.example.com: ssh-rsa other_key
-         ubuntu@host09.example.com: ssh-rsa third_key
+         ubuntu@host07.example.com: ssh-rsa host07_ssh_key 
+         ubuntu@host08.example.com: ssh-rsa host08_ssh_key
+         ubuntu@host09.example.com: ssh-rsa host09_ssh_key
        tasks:
        - ceph:
        - ceph-fuse: [client.0]
@@ -81,7 +81,9 @@ Note the colon after every task name in the ``tasks`` section.
 
 You need to be able to SSH in to the listed targets without
 passphrases, and the remote user needs to have passphraseless `sudo`
-access.
+access. Note that the ssh key at the end of the ``targets``
+entries are the public ssh keys for the hosts. 
+On Ubuntu, this is located at /etc/ssh/ssh_host_rsa_key.pub
 
 If you'd save the above file as ``example.yaml``, you could run
 teuthology on it by saying::