Skip to content
Snippets Groups Projects
Commit 155737fe authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

simplify ssh section

current windows versions support ssh via cli
parent 8a803d1b
No related branches found
No related tags found
No related merge requests found
...@@ -35,13 +35,15 @@ You can only reach the server from the internal network, i.e. if you are ...@@ -35,13 +35,15 @@ You can only reach the server from the internal network, i.e. if you are
connected via VPN or cable at iDiv. Note that the internal name is rstudio1 connected via VPN or cable at iDiv. Note that the internal name is rstudio1
instead of rstudio! instead of rstudio!
### Linux From a terminal/command prompt run (replace `ab12cdef` with your iDiv user name.
From a terminal run
```bash ```bash
ssh rstudio1.idiv.de ssh ab12cdef@rstudio1.idiv.de
``` ```
This even works on current windwos systems.
## Data organisation ## Data organisation
Currently there are three important places for you on the server: Currently there are three important places for you on the server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment