X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a3c7d9e03062e3246b0857fbae05f45d22e39169..db507720c1863fca927625019d81d3a2d769f804:/apps/workbench/app/views/virtual_machines/_show_help.html.erb diff --git a/apps/workbench/app/views/virtual_machines/_show_help.html.erb b/apps/workbench/app/views/virtual_machines/_show_help.html.erb index d989663fe9..daf7ba50f4 100644 --- a/apps/workbench/app/views/virtual_machines/_show_help.html.erb +++ b/apps/workbench/app/views/virtual_machines/_show_help.html.erb @@ -2,29 +2,4 @@ SPDX-License-Identifier: AGPL-3.0 %> -

-Sample ~/.ssh/config section: -

- -
-Host *.arvados
-  ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host.sub(/:.*$/,"") || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h
-<% if @objects.first.andand.current_user_logins.andand.first %>
-  User <%= @objects.first.current_user_logins.andand.first %>
-<% end %>
-
- -

-Sample login command: -

- -
-ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host.sub(/:.*$/,""),'') or 'vm-hostname' %>.arvados
-
- -

- See also: - <%= link_to raw('Arvados Docs → User Guide → SSH access'), - "#{Rails.configuration.Workbench.ArvadosDocsite}/user/getting_started/ssh-access-unix.html", - target: "_blank"%>. -

+<%= raw(Rails.configuration.Workbench.SSHHelpPageHTML) %>