Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Nov 22, 2019
1 parent 46c0c16 commit a1fdfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit a1fdfd9

Please sign in to comment.