From a1fdfd92071ad25bf692368529faf7697e702504 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 22 Nov 2019 12:36:20 +0100 Subject: [PATCH] allow-remote-connection.sh: Use the logged in user name *molgen* was just for testing. In our setups, the user name on the laptop matches the user name in the institute. --- allow-remote-connection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allow-remote-connection.sh b/allow-remote-connection.sh index a7d54cc..02aad0f 100755 --- a/allow-remote-connection.sh +++ b/allow-remote-connection.sh @@ -1,2 +1,2 @@ #!/bin/sh -ssh -R 23456:localhost:22 -N molgen@geniux.molgen.mpg.de +ssh -R 23456:localhost:22 -N geniux.molgen.mpg.de