Skip to content

Commit

Permalink
Use more recognizable private key file example
Browse files Browse the repository at this point in the history
  • Loading branch information
pansapiens authored Jun 7, 2024
1 parent ea52a90 commit 94eb3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ squeue | grep my-rstudio
# we will use m3a002 in this example

# on you local machine
ssh -i ~/.ssh/m3 -J [email protected] -L 8787:localhost:8787 username@m3a002
ssh -i ~/.ssh/id_rsa -J [email protected] -L 8787:localhost:8787 username@m3a002

# open the URL http://localhost:8787 in the browser on your laptop
```
Expand Down

0 comments on commit 94eb3f4

Please sign in to comment.