From 3b8cf1657f9eae43593acd58f15f4edcf19c7dad Mon Sep 17 00:00:00 2001 From: Vonka Jakub Date: Thu, 1 Dec 2022 13:53:23 +0100 Subject: [PATCH] Docstring for tunnel2jupyera added --- small_useful_scripts/tunnel2jupytera.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/small_useful_scripts/tunnel2jupytera.sh b/small_useful_scripts/tunnel2jupytera.sh index 8b43f77..cc4b6e9 100644 --- a/small_useful_scripts/tunnel2jupytera.sh +++ b/small_useful_scripts/tunnel2jupytera.sh @@ -1,5 +1,8 @@ #!/bin/bash +### Small script to create an SSH tunnel from outside of PSI network to access RA. +### Change to your PSI account username and run. Once running, going to https://localhost:5000 leads to jupyera.psi.ch without needing VPN. + def_user=$USER def_addr="jupytera" def_port="5000"