Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using rstudio on the cluster example

...

 RStudio Server has been successfully started on scu-node0##

1. Configure SSH forwarding to scu-node0##.scu by running either of the following on your local unix-based workstation: 

A. If connected to VPN: ssh -J cwid@scu-login02.med.cornell.edu -NL [port#]:localhost:[port#]cwid@scu-node0##

B. If not connected to VPN: ssh -J cwid@aphrodite.med.cornell.edu,cwid@scu-login02.med.cornell.edu -NL 45981:localhost:45981 ciwd@scu-node0##

***Option B will only work if you previously had an account on the Greenberg cluster(aphrodite/pascal)***

C. If SSH config file is configured for RStudio port forwarding: ssh -NL [port#]:scu-node0##:[port#] scu-node0##

2. Point your web browser to http://localhost:[port#]

3. log in to RStudio Server using the following credentials:

   user: cwid

   password: <pass generated>

...