DRAMSIOC Setup
DRAMSIOC is a general use VM that has been set up for use by the DraMS GSW team. We will be using DRAMSIOC to host the Subversion (SVN) repository containing the telemetry files captured in the lab.
DRAMSIOC can only be reached by setting up an SSH tunnel. This requires your NASA badge and a computer with a badge reader.
-
From outside the lab, set up an SSH tunnel to DRAMSIOC. VM SSH Tunnel Setup
-
Create an RSA public/private key
TODO
-
Copy your public key to DRAMSIOC
TODO
-
Create an SSH config file in C:/Users/dramsops/.ssh/ named "config". Replace YOUR_USERNAME below with your NASA username (e.g., mrburkh1)
Host dramsioc Hostname dramsioc.gsfc.nasa.gov PubKeyAuthentication yes User YOUR_USERNAME LocalForward 6994 localhost:3690 TCPKeepAlive yes
-
Open the SSH: In a Command Prompt type
ssh dramsioc
-
Checkout (or Update) the "dramsdata" SVN repository. Using TortoiseSVN, right click on a location in the Windows Explorer and select "SVN Checkout". For the "URL of repository" put "svn://localhost:6994/dramsdata".
No Comments