Docstring for tunnel2jupyera added

This commit is contained in:
2022-12-01 13:53:23 +01:00
parent 0175fd2fd9
commit 3b8cf1657f

View File

@@ -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"