19 lines
626 B
Plaintext
19 lines
626 B
Plaintext
1. SSH tunnel from your workstation using the following command:
|
|
|
|
ssh -N -L 8787:n3441:47269 mjilg@klone.hyak.uw.edu
|
|
|
|
and point your web browser to http://localhost:8787
|
|
|
|
2. log in to RStudio Server using the following credentials:
|
|
|
|
user: mjilg
|
|
password: 9Qgk9UkRdmKalTKyDmH4
|
|
|
|
When done using RStudio Server, terminate the job by:
|
|
|
|
1. Exit the RStudio Session ("power" button in the top right corner of the RStudio window)
|
|
2. Issue the following command on the login node:
|
|
|
|
scancel -f 28911380
|
|
[2025-09-05T14:55:26.103] error: *** JOB 28911380 ON n3441 CANCELLED AT 2025-09-05T14:55:26 DUE TO TIME LIMIT ***
|