Accessing Internal Docs Through SSH
The Internal Documents section of the ARL web page is not accessible except from lab computers. If you need to access these pages from outside the lab, you can do so by using ssh to tunnel your request. The steps are...
- Run from your machine outside the lab:
ssh -L11180:sun-valley.stanford.edu:80 sun-valley.stanford.edu
- Now access any sun-valley web pages through the following URL:
http://localhost:11180/
This is secure.