3193: one more doc section and some minor ui updates.
authorradhika <radhika@curoverse.com>
Thu, 31 Jul 2014 19:58:01 +0000 (15:58 -0400)
committerradhika <radhika@curoverse.com>
Thu, 31 Jul 2014 19:58:01 +0000 (15:58 -0400)
apps/workbench/app/views/users/_manage_ssh_keys.html.erb
apps/workbench/app/views/users/_manage_virtual_machines.html.erb
doc/_includes/_ssh_addkey.liquid

index 57edd603a53714e254be100fe336a781b8fcbf51..a7d285a90134c07bb40d27eb1a5f573b45709274 100644 (file)
   <% else %>
     <table class="table manage-ssh-keys-table">
       <colgroup>
-        <col style="width: 45%" />
-        <col style="width: 45%" />
+        <col style="width: 35%" />
+        <col style="width: 55%" />
         <col style="width: 10%" />
       </colgroup>
       <thead>
         <tr>
           <th> Name </th>
-          <th> Key Finger Print </th>
+          <th> Key Fingerprint </th>
           <th> </th>
         </tr>
       </thead>
index 7818ad0b57d232d93c961517c9abd4f7179ac553..36cab183f3abd08d85dd14afca83bb19b2428097 100644 (file)
@@ -47,5 +47,4 @@
       ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h
     </pre>
   <% end %>
-
 </div>
index ab4b4886eff938eff3b27d8d7c8b33fbf44c761e..412ae6740fec6625dde72e043258c2b98ea8443b 100644 (file)
@@ -17,10 +17,10 @@ This will open a popup as shown in this screenshot:
 
 !{{ site.baseurl }}/images/ssh-adding-public-key.png!
 
-Paste the public key that you copied to the cliboard in the previous section into the popup text box labeled *Public Key* and click on the <span class="btn btn-primary">Submit</span> button to save it. This should refresh the Manage account page with the finger print of the public key that you just added in the SSH Keys panel.  You are now ready to "log into an Arvados VM":#login.
+Paste the public key that you copied to the cliboard in the previous section into the popup text box labeled *Public Key* and click on the <span class="btn btn-primary">Submit</span> button to save it. This should refresh the Manage account page with the fingerprint of the public key that you just added in the SSH Keys panel.  You are now ready to "log into an Arvados VM":#login.
 
 h1(#login). Using SSH to log into an Arvados VM
 
-To see a list of virtual machines that you have access to and determine the name and login information, click on *Settings* menu in the top navigation bar and click on *Virtual machines*.  Once on the *Virtual machines* page, The *hostname* column lists the name of each available VM.  The *logins* column will have a value in the form of @["you"]@.  Your login name is the text inside the quotes.  In this guide the hostname will be *_shell_* and the login will be *_you_*.  Replace these with your hostname and login name as appropriate.
+To see a list of virtual machines that you have access to and determine the name and login information, click on the link with your _email address_ in the upper right corner and click on the menu item *Manage account* to go to the account management page. On this page, you will see a *Virtual Machines* panel, which lists the virtual machines you can access. The *hostname* column lists the name of each available VM.  The *logins* column will have a list of comma separated values of the form @you@. In this guide the hostname will be *_shell_* and the login will be *_you_*.  Replace these with your hostname and login name as appropriate.