Project

General

Profile

Feature #13864

Updated by Chrystian Klingenberg over 5 years ago

As a user I would like to see virtual machines 
 so that I can use it 

 Acceptance criteria: 
     - button for requesting for Webshell access 
     - table with columns: Host name, Login name, Command line, Wb shell (only if use has access to Webshell) 
     - information below the table: 
 table is information: In order to access virtual machines using SSH, add [[add an SSH key to your account account]] and add a section like this to your SSH configuration file ( ~/.ssh/config): 
 <pre> 
 Host *.arvados 
       TCPKeepAlive yes 
       ServerAliveInterval 60 
       ProxyCommand ssh -p2222 turnout@switchyard.api.ardev.roche.com -x -a $SSH_PROXY_FLAGS %h 
 </pre> 

  

 User flow: 

 1. Click on "User panel" icon in right top of the page 

 2. Choose "Virtual Machines" in user panel menu 

 3. Modal with "Virtual Machines" appears

Back