Changes for page RStudio Server

Last modified by Thomas Walter Erbesdobler on 2023/06/29 16:19

From version 1.1
edited by wikibot
on 2023/02/06 10:17
Change comment: Imported from foswiki
To version 3.1
edited by Yunhao Wu
on 2023/03/01 16:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wikibot
1 +XWiki.wyun
Content
... ... @@ -9,8 +9,7 @@
9 9  A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]] .
10 10  You can access it via browser. Go to
11 11  
12 -{{{
13 -http://lxhalle.in.tum.de:8787
12 +{{{http://lxhalle.in.tum.de:8787
14 14  }}}
15 15  
16 16  and navigate out of Rechnerhalle.
... ... @@ -26,6 +26,7 @@
26 26  
27 27  
28 28  navigate out of the mathematics network.
28 +
29 29  == SSH-Tunnel ==
30 30  
31 31  To access the RStudio Server from outside the Rechnerhalle network, an SSH Tunnel is necessary for security reasons.
... ... @@ -32,8 +32,7 @@
32 32  
33 33  Type the following in the **Unix/Linux/macOS** Terminal:
34 34  
35 -{{{
36 -ssh -L8787:localhost:8787 <login>@<RStudio-Server>
35 +{{{ssh -L8787:localhost:8787 <login>@<RStudio-Server>
37 37  }}}
38 38  
39 39  Depending on ssh configurations a password may be necessary.
... ... @@ -42,16 +42,15 @@
42 42  
43 43  start Putty >>
44 44  
45 -Session>Hostname='RStudio-Server'
46 -Connection>SSH>Tunnels>Source Port##'8787'; Destination##'localhost:8787'
47 ->>Add
48 ->>Open
44 +Session>Hostname##='RStudio-Server'
45 +Connection>SSH>Tunnels>Source Port='8787'; Destination=##'localhost:8787'
49 49  
47 +>Add
48 +>Open
49 +
50 50  Then navigate to
51 51  
52 -{{{
53 -
54 -http://localhost:8787
52 +{{{http://localhost:8787
55 55  }}}
56 56  
57 57  with your brwoser.