Changes for page RStudio Server
Last modified by Thomas Walter Erbesdobler on 2023/06/29 16:19
From version 4.1
edited by Thomas Walter Erbesdobler
on 2023/06/29 16:19
on 2023/06/29 16:19
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -RStudio 1 +RStudioServer - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. erbesdob1 +XWiki.wikibot - Content
-
... ... @@ -1,60 +1,73 @@ 1 += RStudio Server = 2 + 3 + 4 + 1 1 {{toc/}} 2 2 3 -A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]]. 7 + 8 + 9 +A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]] . 4 4 You can access it via browser. Go to 5 5 6 -{{ code language="none"}}12 +{{{ 7 7 http://lxhalle.in.tum.de:8787 8 - {{/code}}14 +}}} 9 9 10 10 and navigate out of Rechnerhalle. 11 11 12 12 Or 13 13 14 -{{code language="none"}} 15 -http://rbgse1.ma.tum.de:8787 16 -{{/code}} 17 17 18 -navigate out of the mathematics network. 19 19 20 -= SSH-Tunnel = 22 +{{html wiki="true"}} 23 +{{code}}http://rbgse1.ma.tum.de:8787{{/code}} 24 +{{/html}} 21 21 26 + 27 + 28 +navigate out of the mathematics network. 29 +== SSH-Tunnel == 30 + 22 22 To access the RStudio Server from outside the Rechnerhalle network, an SSH Tunnel is necessary for security reasons. 23 23 24 24 Type the following in the **Unix/Linux/macOS** Terminal: 25 25 26 -{{ code language="none"}}35 +{{{ 27 27 ssh -L8787:localhost:8787 <login>@<RStudio-Server> 28 - {{/code}}37 +}}} 29 29 30 30 Depending on ssh configurations a password may be necessary. 31 31 32 32 With **Windows**: 33 33 34 -start Putty ~>~>43 +start Putty >> 35 35 36 -Session ~>Hostname='RStudio-Server'37 -Connection ~>SSH~>Tunnels~>Source Port='8787'; Destination='localhost:8787'38 - ~>~>Add39 - ~>~>Open45 +Session>Hostname='RStudio-Server' 46 +Connection>SSH>Tunnels>Source Port##'8787'; Destination##'localhost:8787' 47 +>>Add 48 +>>Open 40 40 41 41 Then navigate to 42 42 43 -{{code language="none"}} 52 +{{{ 53 + 44 44 http://localhost:8787 45 - {{/code}}55 +}}} 46 46 47 47 with your brwoser. 48 48 49 -= Security = 59 +== Security == 50 50 51 51 According to [[RStudio Getting Started>>https://support.rstudio.com/hc/en-us/articles/200552306-Getting-Started]] the user password is encrypted via network path RSA. Using the ssh tunnel another encryption is possibly added. 52 52 53 -= Documentation = 63 +== Documentation == 54 54 55 55 [[RStudio Documentation>>https://support.rstudio.com/hc/en-us/categories/200035113-Documentation]] 66 + 56 56 [[RStudio Server Documentation>>https://support.rstudio.com/hc/en-us/sections/200150693-RStudio-Server]] 68 + 57 57 [[RStudio IDE Documentation>>https://support.rstudio.com/hc/en-us/sections/200107586-Using-the-RStudio-IDE]] 58 58 59 59 [[RStudio Support>>https://support.rstudio.com/]] 72 + 60 60 [[RStudio Homepage>>https://www.rstudio.com/products/RStudio/]]