Changes for page RStudio Server
Last modified by Thomas Walter Erbesdobler on 2023/06/29 16:19
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.w yun1 +XWiki.wikibot - Content
-
... ... @@ -9,7 +9,8 @@ 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 -{{{http://lxhalle.in.tum.de:8787 12 +{{{ 13 +http://lxhalle.in.tum.de:8787 13 13 }}} 14 14 15 15 and navigate out of Rechnerhalle. ... ... @@ -25,7 +25,6 @@ 25 25 26 26 27 27 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,7 +32,8 @@ 32 32 33 33 Type the following in the **Unix/Linux/macOS** Terminal: 34 34 35 -{{{ssh -L8787:localhost:8787 <login>@<RStudio-Server> 35 +{{{ 36 +ssh -L8787:localhost:8787 <login>@<RStudio-Server> 36 36 }}} 37 37 38 38 Depending on ssh configurations a password may be necessary. ... ... @@ -41,15 +41,16 @@ 41 41 42 42 start Putty >> 43 43 44 -Session>Hostname##='RStudio-Server' 45 -Connection>SSH>Tunnels>Source Port='8787'; Destination=##'localhost:8787' 45 +Session>Hostname='RStudio-Server' 46 +Connection>SSH>Tunnels>Source Port##'8787'; Destination##'localhost:8787' 47 +>>Add 48 +>>Open 46 46 47 ->Add 48 ->Open 49 - 50 50 Then navigate to 51 51 52 -{{{http://localhost:8787 52 +{{{ 53 + 54 +http://localhost:8787 53 53 }}} 54 54 55 55 with your brwoser.