Changes between Version 2 and Version 3 of DevNotes/Obsolete/OldBuildServers
- Timestamp:
- Apr 1, 2014 10:50:57 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/OldBuildServers
v2 v3 19 19 To access this you must have an account on danse.chem.utk.edu (talk to Andrew). You can then connect to the VM as follows: 20 20 21 Set 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 }}} 25 where `XXXX` is the local port you wish to use (e.g. 3389) and `username` is your username. 21 26 22 27 Then connect your RDP client (Remote Desktop) to `localhost` on the port you chose (e.g. 3389). 23 28 24 29 == Future Plans ==