[ARVADOS] updated: 4e9288dfe1c21241cf8959b9fba6ca31a1d62097
git at public.curoverse.com
git at public.curoverse.com
Mon Jul 7 16:30:02 EDT 2014
Summary of changes:
doc/_config.yml | 2 +-
...access.html.textile.liquid => ssh-access-unix.html.textile.liquid} | 0
doc/user/getting_started/ssh-access-windows.html.textile.liquid | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
rename doc/user/getting_started/{ssh-access.html.textile.liquid => ssh-access-unix.html.textile.liquid} (100%)
via 4e9288dfe1c21241cf8959b9fba6ca31a1d62097 (commit)
from 0456c65364c2189ac64775a40ac6279f8ef61802 (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 4e9288dfe1c21241cf8959b9fba6ca31a1d62097
Author: radhika <radhika at curoverse.com>
Date: Mon Jul 7 16:22:12 2014 -0400
2380: rename ssh-access.html.textile.liquid as ssh-access-unix.html.textile.liquid
diff --git a/doc/_config.yml b/doc/_config.yml
index 44fbdd5..a6fb3d6 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -17,7 +17,7 @@ navbar:
- Getting Started:
- user/index.html.textile.liquid
- user/getting_started/workbench.html.textile.liquid
- - user/getting_started/ssh-access.html.textile.liquid
+ - user/getting_started/ssh-access-unix.html.textile.liquid
- user/getting_started/ssh-access-windows.html.textile.liquid
- user/getting_started/check-environment.html.textile.liquid
- user/getting_started/community.html.textile.liquid
diff --git a/doc/user/getting_started/ssh-access.html.textile.liquid b/doc/user/getting_started/ssh-access-unix.html.textile.liquid
similarity index 100%
rename from doc/user/getting_started/ssh-access.html.textile.liquid
rename to doc/user/getting_started/ssh-access-unix.html.textile.liquid
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 4b5edd3..8f4bb15 100644
--- a/doc/user/getting_started/ssh-access-windows.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
@@ -4,7 +4,7 @@ navsection: userguide
title: Accessing an Arvados VM with SSH - Windows Environments
...
-This document is for windows environments. If you are using a Unix environment (Linux, OS X, Cygwin), please visit the "Accessing an Arvados VM with SSH - Unix Environments":ssh-access.html page.
+This document is for windows environments. If you are using a Unix environment (Linux, OS X, Cygwin), please visit the "Accessing an Arvados VM with SSH - Unix Environments":ssh-access-unix.html page.
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:
@@ -14,7 +14,7 @@ Arvados requires a public SSH key in order to securely log in to an Arvados VM i
h1(#gettingkey). Getting your SSH key
-(Note: if you are using the SSH client that comes with "Cygwin":http://cygwin.com, please use instructions found in the "Accessing an Arvados VM with SSH - Unix Environments":ssh-access.html page.)
+(Note: if you are using the SSH client that comes with "Cygwin":http://cygwin.com, please use instructions found in the "Accessing an Arvados VM with SSH - Unix Environments":ssh-access-unix.html page.)
We will be using PuTTY to connect to Arvados. "PuTTY":http://www.chiark.greenend.org.uk/~sgtatham/putty/ is a free (MIT-licensed) Win32 Telnet and SSH client. PuTTY includes all the tools a Windows user needs to create private keys and make SSH connections to your virtual machines in the Arvados Cloud.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list