summaryrefslogtreecommitdiff
path: root/port-forward/ssh-port-forward.sh
diff options
context:
space:
mode:
Diffstat (limited to 'port-forward/ssh-port-forward.sh')
-rwxr-xr-xport-forward/ssh-port-forward.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/port-forward/ssh-port-forward.sh b/port-forward/ssh-port-forward.sh
index 59350c4..b549560 100755
--- a/port-forward/ssh-port-forward.sh
+++ b/port-forward/ssh-port-forward.sh
@@ -13,4 +13,5 @@ ssh $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done;
echo "port forward is available on port {j}00x"
-#seperate all the files
+#ideally port forward from 2 onwards, there seems to be a problem for 1000(or just change all to j001)
+#jupyter lab --port=2001 --ip=0.0.0.0