X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a41032ed98c3cf5869a0a793380d673b16f1293..7a54fd6a073e03f98f68d0b6c816a9f394f625dd:/doc/user/getting_started/ssh-access-unix.html.textile.liquid diff --git a/doc/user/getting_started/ssh-access-unix.html.textile.liquid b/doc/user/getting_started/ssh-access-unix.html.textile.liquid index fa7e3c2e5b..83513b8a26 100644 --- a/doc/user/getting_started/ssh-access-unix.html.textile.liquid +++ b/doc/user/getting_started/ssh-access-unix.html.textile.liquid @@ -16,7 +16,7 @@ Start by opening a terminal window. Check if you have an existing public key: notextile.
$ ls ~/.ssh/id_rsa.pub
-If the file @id_rsa.pub@ exists, then you may use your existing key. Copy the contents of @~/.ssh/id_rsa.pub@ onto the clipboard (this is your public key). You can skip this step and proceed by "adding your key to the Arvados Workbench.":#workbench +If the file @id_rsa.pub@ exists, then you may use your existing key. Copy the contents of @~/.ssh/id_rsa.pub@ onto the clipboard (this is your public key). You can skip the rest of this section and proceed by "adding your key to the Arvados Workbench.":#workbench If there is no file @~/.ssh/id_rsa.pub@, you must generate a new key. Use @ssh-keygen@ to do this: