[ARVADOS] updated: f4ceb0aab5df85254bf8828a74dddbac1cf169d2

git at public.curoverse.com git at public.curoverse.com
Tue Nov 11 17:22:06 EST 2014


Summary of changes:
 apps/workbench/app/views/users/_manage_virtual_machines.html.erb | 2 ++
 1 file changed, 2 insertions(+)

       via  f4ceb0aab5df85254bf8828a74dddbac1cf169d2 (commit)
      from  e82cddfdbd763db27df889a6e316623df7b9c2a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f4ceb0aab5df85254bf8828a74dddbac1cf169d2
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Nov 11 17:21:24 2014 -0500

    Add TCPKeepAlive and ServerAliveInterval ssh options to the .ssh/config
    snippet that Workbench suggests.
    
    no issue #

diff --git a/apps/workbench/app/views/users/_manage_virtual_machines.html.erb b/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
index 36cab18..c6190ec 100644
--- a/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
+++ b/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
@@ -44,6 +44,8 @@
 
     <p><i>~/.ssh/config:</i></p>
     <pre>Host *.arvados
+      TCPKeepAlive yes
+      ServerAliveInterval 60
       ProxyCommand ssh -p2222 turnout at switchyard.<%= current_api_host || 'xyzzy.arvadosapi.com' %> -x -a $SSH_PROXY_FLAGS %h
     </pre>
   <% end %>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list