Changes between Version 2 and Version 3 of DevNotes/Obsolete/OldBuildServers


Ignore:
Timestamp:
Apr 1, 2014 8:50:57 AM (10 years ago)
Author:
ajj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/OldBuildServers

    v2 v3  
    1919To access this you must have an account on danse.chem.utk.edu (talk to Andrew). You can then connect to the VM as follows: 
    2020 
     21Set up an ssh tunnel to the server. The command line approach is 
     22{{{ 
     23$ ssh -f -LXXXX:danse2.chem.utk.edu:3389 username@danse.chem.utk.edu 
     24}}} 
     25where `XXXX` is the local port you wish to use (e.g. 3389) and `username` is your username. 
    2126 
    22  
     27Then connect your RDP client (Remote Desktop) to `localhost` on the port you chose (e.g. 3389). 
    2328 
    2429== Future Plans ==