Skip to content

Commit

Permalink
SSH troubleshooting: add SSH via R's system cmd (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Oct 14, 2020
1 parent 4077026 commit 6c650ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vignettes/userguide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ your cluster config you might need either).
If you get a SSH warning or error try again with `ssh -v` to enable verbose
output.

Next, try and see if you can create the same tunnel from your local R session:

```{r eval=FALSE}
system("ssh -R 54709:localhost:6687 <user@host> R --vanilla")
```

If the forward itself works, set the following option *in your local*
`~/.Rprofile`:

Expand Down

0 comments on commit 6c650ed

Please sign in to comment.