From: Peter Amstutz Date: Fri, 27 Dec 2013 18:25:39 +0000 (-0500) Subject: Tweaked text about ssh keys X-Git-Tag: 1.1.0~2801^2~10 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/740dcfdd2c1f493e2d200efe5739e8b449c77ff1 Tweaked text about ssh keys --- diff --git a/apps/workbench/app/views/users/home.html.erb b/apps/workbench/app/views/users/home.html.erb index 475334654d..8cdb79584d 100644 --- a/apps/workbench/app/views/users/home.html.erb +++ b/apps/workbench/app/views/users/home.html.erb @@ -32,9 +32,9 @@
<%= image_tag "dax.png", style: "max-width: 10%; margin-right: 1em; float: left" %> Hi, I noticed that you have not yet set up an SSH public key for use with Arvados. - <%= link_to "Click here to learn how to create a SSH key pair.", + <%= link_to "Click here to learn about SSH keys in Arvados.", "http://doc.arvados.org/user/getting_started/ssh-access.html", style: "font-weight: bold" %> - After you have created an SSH key, you can paste your SSH public key + Once have an SSH key you would like to use, paste your SSH public key in the text box.
<%= form_for AuthorizedKey.new do |f| %>