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 <% if !@my_virtual_machines.any? %>
9 You do not have access to any virtual machines. Many of the Arvados features depend on having shell access to a hosted VM.
10 <%= link_to 'Request shell access', request_shell_access_user_url(id: current_user.uuid),
11 {class: 'btn btn-xs btn-primary', :remote => true} %>
13 <table class="table virtual-machines-table">
15 <col style="width: 25%" />
16 <col style="width: 25%" />
17 <col style="width: 50%" />
23 <th> Command line </th>
27 <% @my_virtual_machines.andand.each do |vm| %>
29 <td style="word-break:break-all;">
32 <td style="word-break:break-all;">
33 <%= @my_vm_logins[vm[:uuid]].andand.compact.andand.join(", ") %>
35 <td style="word-break:break-all;">
36 <% if @my_vm_logins[vm[:uuid]] %>
37 <% @my_vm_logins[vm[:uuid]].each do |login| %>
38 <code>ssh <%= login %>@<%= vm[:hostname] %>.arvados</code>
47 <p><i>~/.ssh/config:</i></p>
50 ServerAliveInterval 60
51 ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h