Author: tomaz
Date: Thu Jun  9 15:37:33 2011
New Revision: 1133944

URL: http://svn.apache.org/viewvc?rev=1133944&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/getting-started.mdtext

Modified: libcloud/site/trunk/content/getting-started.mdtext
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/getting-started.mdtext?rev=1133944&r1=1133943&r2=1133944&view=diff
==============================================================================
--- libcloud/site/trunk/content/getting-started.mdtext (original)
+++ libcloud/site/trunk/content/getting-started.mdtext Thu Jun  9 15:37:33 2011
@@ -101,7 +101,8 @@ or install an SSH Key.
     conn = Driver(RACKSPACE_USER, RACKSPACE_KEY)
 
     # read your public key in
-    # Note: This key will be added to the authorized keys for the root user 
(**/root/.ssh/authorized_keys**)
+    # Note: This key will be added to the authorized keys for the root user
+    # (/root/.ssh/authorized_keys)
     sd = SSHKeyDeployment(open(os.path.expanduser("~/.ssh/id_dsa.pub")).read())
     # a simple script to install puppet post boot, can be much more 
complicated.
     script = ScriptDeployment("apt-get install puppet")


Reply via email to