doc: Suggest setting User in .ssh/config.
authorBrett Smith <brett@curoverse.com>
Tue, 11 Mar 2014 15:10:44 +0000 (11:10 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 11 Mar 2014 17:38:38 +0000 (13:38 -0400)
doc/user/getting_started/ssh-access.html.textile.liquid

index ddaf192ea1710e835f6ded46d0d721c5c9455acb..e4a2b9c8b9da8d4e083918f051159a7cf32e7296 100644 (file)
@@ -180,6 +180,7 @@ Since the above command line is cumbersome, it can be greatly simplfied by addin
 <notextile>
 <pre><code class="userinput">Host *.arvados
   ProxyCommand ssh -a -x -p2222 turnout@switchyard.{{ site.arvados_api_host }} $SSH_PROXY_FLAGS %h
+  User <b>you</b>
   ForwardAgent yes
   ForwardX11 no
 </code></pre>
@@ -187,7 +188,7 @@ Since the above command line is cumbersome, it can be greatly simplfied by addin
 
 This will recognize any host ending in ".arvados" and automatically apply the proxy, user and forwarding settings from the configuration file, allowing you to log in with a much simpler command:
 
-notextile. <pre><code>$ <span class="userinput">ssh <b>you@shell</b>.arvados</span></code></pre>
+notextile. <pre><code>$ <span class="userinput">ssh <b>shell</b>.arvados</span></code></pre>
 
 h2(#windowsvm). Logging in using PuTTY (Windows)