Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / virtual_machines / _show_help.html.erb
index 50f8c435bfa4a1468ab72d8d8ae13f8ea95acaf6..daf7ba50f4adc5a9f9287cab9f969212874157f3 100644 (file)
@@ -1,26 +1,5 @@
-<p>
-Sample <code>~/.ssh/config</code> section:
-</p>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<pre>
-Host *.arvados
-  ProxyCommand ssh -p2222 turnout@switchyard.<%= current_api_host || '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 %>
-</pre>
+SPDX-License-Identifier: AGPL-3.0 %>
 
-<p>
-Sample login command:
-</p>
-
-<pre>
-ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host,'') or 'vm-hostname' %>.arvados
-</pre>
-
-<p>
-  See also:
-  <%= link_to raw('Arvados Docs &rarr; User Guide &rarr; SSH access'),
-  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
-  target: "_blank"%>.
-</p>
+<%= raw(Rails.configuration.Workbench.SSHHelpPageHTML) %>