1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
6 Sample <code>~/.ssh/config</code> section:
11 ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h
12 <% if @objects.first.andand.current_user_logins.andand.first %>
13 User <%= @objects.first.current_user_logins.andand.first %>
22 ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host,'') or 'vm-hostname' %>.arvados
27 <%= link_to raw('Arvados Docs → User Guide → SSH access'),
28 "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",