From 155737fe367b15844bc20a77034f5c9a5172db6a Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dsarpe@posteo.de>
Date: Tue, 14 Apr 2020 22:24:52 +0200
Subject: [PATCH] simplify ssh section

current windows versions support ssh via cli
---
 rstudio1.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rstudio1.md b/rstudio1.md
index 2d58d8b..7a83fa4 100644
--- a/rstudio1.md
+++ b/rstudio1.md
@@ -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
 instead of rstudio!
 
-### Linux
-From a terminal run
+From a terminal/command prompt run (replace `ab12cdef` with your iDiv user name.
 
 ```bash
-ssh rstudio1.idiv.de
+ssh ab12cdef@rstudio1.idiv.de
 ```
 
+This even works on current windwos systems.
+
+
 ## Data organisation
 
 Currently there are three important places for you on the server:
-- 
GitLab