Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:rstudio [2025-03-24 18:33] – [Establish SSH Tunnel] anita | software:rstudio [2025-03-24 18:40] (current) – [Access RStudio Interface] anita | ||
---|---|---|---|
Line 41: | Line 41: | ||
</ | </ | ||
=== Linux/MacOS === | === Linux/MacOS === | ||
- | If you are using Linux or MacOS, open the terminal on your laptop and type | + | If you are using Linux or MacOS, open the terminal on your laptop |
<code bash> | <code bash> | ||
ssh -L 8787: | ssh -L 8787: | ||
Line 52: | Line 52: | ||
{{: | {{: | ||
- | If you are doing this on Caviness, then you would use '' | + | If you are doing this on Caviness, then you would use '' |
{{: | {{: | ||
- | Click **Add** to confirm the tunnel settings, then click **Open** to connect. You will be prompted to enter your username and password for your DARWIN (or Caviness) account. | + | Click **Add** to confirm the tunnel settings, then click **Open** to connect. You will be prompted to enter your username and password for your DARWIN (or Caviness) account |
{{: | {{: | ||
==== Access RStudio Interface ==== | ==== Access RStudio Interface ==== | ||
- | Once SSH tunnel connection is open, then open a web browser and navigate to the following URL | + | Once SSH tunnel connection is established, then open a web browser |
< | < | ||
localhost: | localhost: | ||
</ | </ | ||
- | You should see the RStudio session start. Once you have completed your work, exit the RStudio session by closing the browser, close the SSH tunnel, | + | You should see the RStudio session start. Once you have completed your work, exit the RStudio session by closing the browser, close the SSH tunnel |