2 Sample <code>~/.ssh/config</code> section:
7 ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h
8 <% if @objects.first.andand.current_user_logins.andand.first %>
9 User <%= @objects.first.current_user_logins.andand.first %>
18 ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host,'') or 'vm-hostname' %>.arvados
23 <%= link_to raw('Arvados Docs → User Guide → SSH access'),
24 "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html",