3 For more information see <%= link_to raw('Arvados Docs → User Guide → SSH access'),
4 "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
5 target: "_blank"%>. A sample <i>~/.ssh/config</i> entry is provided below.
8 <table class="table virtual-machines-table">
10 <col style="width: 25%" />
11 <col style="width: 25%" />
12 <col style="width: 50%" />
18 <th> Command line </th>
22 <% @my_virtual_machines.andand.each do |vm| %>
24 <td style="word-break:break-all;">
27 <td style="word-break:break-all;">
28 <%= @my_vm_logins[vm[:uuid]].andand.compact.andand.join(", ") %>
30 <td style="word-break:break-all;">
31 <% if @my_vm_logins[vm[:uuid]] %>
32 <% @my_vm_logins[vm[:uuid]].each do |login| %>
33 <code>ssh <%= login %>@<%= vm[:hostname] %>.arvados</code>
42 <p><i>~/.ssh/config:</i></p>
44 ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h