[ARVADOS] updated: a7f44885cf21c85bea2bd0f70c553760ef928254

git at public.curoverse.com git at public.curoverse.com
Tue Jul 1 21:33:19 EDT 2014


Summary of changes:
 doc/images/ssh-adding-public-key.png                 | Bin 9382 -> 38943 bytes
 .../ssh-access-windows.html.textile.liquid           |  14 +++++++-------
 .../getting_started/ssh-access.html.textile.liquid   |   6 ++----
 3 files changed, 9 insertions(+), 11 deletions(-)

       via  a7f44885cf21c85bea2bd0f70c553760ef928254 (commit)
       via  6e60f8fa650d9310e1dce51d79eece16f06363f7 (commit)
       via  8e57e7c0cc350c8024b2323870f982a2840ae5a1 (commit)
      from  7afa414382abb13a644fe2e391403f5aee06b8ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a7f44885cf21c85bea2bd0f70c553760ef928254
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 1 21:32:08 2014 -0400

    2380: windows instuctions in a separate page

diff --git a/doc/user/getting_started/ssh-access-windows.html.textile.liquid b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
index 55c3e10..e3d846b 100644
--- a/doc/user/getting_started/ssh-access-windows.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
@@ -98,6 +98,6 @@ h3. Connecting to the VM
 # Click Load to load those saved session settings.
 # Click Open to open the SSH window at the command prompt. You will now be logged into your virtual machine.
 
-_Note_: If you see a blank terminal window that just hangs: open a new terminal window and type <code>plink -P 2222 turnout at switchyard.qr1hi.arvadosapi.com shell</code> in it. Hit enter and type _y_ when prompted to cache the session state. Go back and start PuTTY session using the start menu button.
+_Note_: If you see a hung terminal window with no futher action: open a new terminal window and type <code>plink -P 2222 turnout at switchyard.qr1hi.arvadosapi.com shell</code> in it. Hit enter and type _y_ when prompted to cache the session state. Go back and start PuTTY session using the start menu button.
 
 You should now be able to log into the Arvados VM and "check your environment.":check-environment.html

commit 6e60f8fa650d9310e1dce51d79eece16f06363f7
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 1 21:27:49 2014 -0400

    2380: separate windows env instructions into a separate page.

diff --git a/doc/images/ssh-adding-public-key.png b/doc/images/ssh-adding-public-key.png
index 0e26f75..e7262bb 100644
Binary files a/doc/images/ssh-adding-public-key.png and b/doc/images/ssh-adding-public-key.png differ
diff --git a/doc/user/getting_started/ssh-access-windows.html.textile.liquid b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
index 45a8d08..55c3e10 100644
--- a/doc/user/getting_started/ssh-access-windows.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
@@ -65,7 +65,7 @@ If you want to add more SSH keys, click on the user icon <span class="glyphicon
 
 On the *Authorized keys* page, the click on the button <span class="btn btn-primary disabled">Add a new authorized key</span> in the upper right corner.
 
-The page will reload with a new row of information.  Under the *public_key* column heading, click on the cell +none+.  This will open an editing popup as shown in this screenshot:
+The page will reload with a new row of information.  Under the *public_key* column heading, click on the cell +New authorized key+.  This will open an editing popup as shown in this screenshot:
 
 !{{ site.baseurl }}/images/ssh-adding-public-key.png!
 
@@ -73,16 +73,16 @@ Paste the public key that you copied to the cliboard in the previous section int
 
 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 Compute %(rarr)→% Virtual machines.  Once on the *Virtual machines* page, The *hostname* columns 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 *Settings* menu in the top navigation bar and click on *Virtual machines*.  Once on the *Virtual machines* page, The *hostname* columns 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.
 
 h2(#windowsvm). Logging in using PuTTY
 
 h3. Initial configuration
 
 # Open PuTTY from the Start Menu.
-# On the Session screen set the Host Name (or IP address) to “shell”.
+# On the Session screen set the Host Name (or IP address) to “shell”, which is the hostname listed in the _Virtual Machines_ page.
 # On the Session screen set the Port to “22”.
-# On the Connection %(rarr)→% Data screen set the Auto-login username to the username listed in the *logins* column on the Arvados Workbench page _Compute %(rarr)→% Virtual machines_.
+# On the Connection %(rarr)→% Data screen set the Auto-login username to the username listed in the *logins* column on the Arvados Workbench page _Settings %(rarr)→% Virtual machines_ page.
 # On the Connection %(rarr)→% Proxy screen set the Proxy Type to “Local”.
 # On the Connection %(rarr)→% Proxy screen in the “Telnet command, or local proxy command” box enter:
 <code>plink -P 2222 turnout at switchyard.qr1hi.arvadosapi.com %host</code>
@@ -98,4 +98,6 @@ h3. Connecting to the VM
 # Click Load to load those saved session settings.
 # Click Open to open the SSH window at the command prompt. You will now be logged into your virtual machine.
 
+_Note_: If you see a blank terminal window that just hangs: open a new terminal window and type <code>plink -P 2222 turnout at switchyard.qr1hi.arvadosapi.com shell</code> in it. Hit enter and type _y_ when prompted to cache the session state. Go back and start PuTTY session using the start menu button.
+
 You should now be able to log into the Arvados VM and "check your environment.":check-environment.html
diff --git a/doc/user/getting_started/ssh-access.html.textile.liquid b/doc/user/getting_started/ssh-access.html.textile.liquid
index 57b78a3..aa697b8 100644
--- a/doc/user/getting_started/ssh-access.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access.html.textile.liquid
@@ -91,7 +91,7 @@ If you want to add more SSH keys, click on the user icon <span class="glyphicon
 
 On the *Authorized keys* page, the click on the button <span class="btn btn-primary disabled">Add a new authorized key</span> in the upper right corner.
 
-The page will reload with a new row of information.  Under the *public_key* column heading, click on the cell +none+.  This will open an editing popup as shown in this screenshot:
+The page will reload with a new row of information.  Under the *public_key* column heading, click on the cell +New authorized key+.  This will open an editing popup as shown in this screenshot:
 
 !{{ site.baseurl }}/images/ssh-adding-public-key.png!
 

commit 8e57e7c0cc350c8024b2323870f982a2840ae5a1
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 1 15:43:15 2014 -0400

    2380: rearrange intro

diff --git a/doc/user/getting_started/ssh-access-windows.html.textile.liquid b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
index 1dd5677..45a8d08 100644
--- a/doc/user/getting_started/ssh-access-windows.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
@@ -4,11 +4,9 @@ navsection: userguide
 title: Accessing Arvados VM with SSH - Windows Environments
 ...
 
-Arvados requires a public SSH key in order to securely log in to an Arvados VM instance, or to access an Arvados Git repository.
-
 This document is for windows environments. If you are using a unix environment (Linux, OS X, Cygwin), please visit the "Accessing Arvados VM with SSH - Unix Environments":ssh-access-unix.html
 
-This document is divided up into three sections.
+Arvados requires a public SSH key in order to securely log in to an Arvados VM instance, or to access an Arvados Git repository. The three sections below help you get started:
 
 # "Getting your SSH key":#gettingkey
 # "Adding your key to Arvados Workbench":#workbench
diff --git a/doc/user/getting_started/ssh-access.html.textile.liquid b/doc/user/getting_started/ssh-access.html.textile.liquid
index 2e3e964..57b78a3 100644
--- a/doc/user/getting_started/ssh-access.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access.html.textile.liquid
@@ -4,11 +4,9 @@ navsection: userguide
 title: Accessing Arvados VM with SSH - Unix Environments
 ...
 
-Arvados requires a public SSH key in order to securely log in to an Arvados VM instance, or to access an Arvados Git repository.
-
 This document is for unix environments (Linux, OS X, Cygwin). If you are using a windows environment, please visit the "Accessing Arvados VM with SSH - Windows Environments":ssh-access-windows.html
 
-This document is divided up into three sections.
+Arvados requires a public SSH key in order to securely log in to an Arvados VM instance, or to access an Arvados Git repository. The three sections below help you get started:
 
 # "Getting your SSH key":#gettingkey
 # "Adding your key to Arvados Workbench":#workbench

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list