summaryrefslogtreecommitdiff
path: root/setup/port-forward/ssh-port-forward.sh
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-02-11 10:50:51 +0800
committerYour Name <you@example.com>2026-02-11 10:50:51 +0800
commitee4d10a65dc0864263608ad1ef3679a1f6cea958 (patch)
tree41b112bd79226ce593e57ce14007c367d2d36745 /setup/port-forward/ssh-port-forward.sh
parent052d108d0092f14b706e0872f10bea901e5d239f (diff)
cleanup
Diffstat (limited to 'setup/port-forward/ssh-port-forward.sh')
-rwxr-xr-xsetup/port-forward/ssh-port-forward.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/port-forward/ssh-port-forward.sh b/setup/port-forward/ssh-port-forward.sh
index 4483ef4..c4cb0a8 100755
--- a/setup/port-forward/ssh-port-forward.sh
+++ b/setup/port-forward/ssh-port-forward.sh
@@ -13,7 +13,7 @@ echo "cleaning attempted."
13 13
14ssh $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done; echo "-R ${j}022:localhost:22") 14ssh $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done; echo "-R ${j}022:localhost:22")
15 15
16echo "port forward is available on port {j}00x" 16echo "port forward is available on ports ${j}000-${j}005, ssh on ${j}022"
17 17
18#ideally port forward from 2 onwards, there seems to be a problem for 1000(or just change all to j001) 18#ideally port forward from 2 onwards, there seems to be a problem for 1000(or just change all to j001)
19#jupyter lab --port=2001 --ip=0.0.0.0 19#jupyter lab --port=2001 --ip=0.0.0.0