diff options
| author | xie hao cheng <hc@email.ch> | 2024-10-14 13:47:54 +0800 |
|---|---|---|
| committer | xie hao cheng <hc@email.ch> | 2024-10-14 13:47:54 +0800 |
| commit | 1b890a01b22ab845de378f918abbd642b22c8539 (patch) | |
| tree | 4bb0a1cd3874e16db5f7e1d95a14ea4e0733889f /port-forward/ssh-port-forward.sh | |
| parent | 1904d488d548c7798ca7fdee0987fed4df3fe2f7 (diff) | |
improvements
Diffstat (limited to 'port-forward/ssh-port-forward.sh')
| -rwxr-xr-x | port-forward/ssh-port-forward.sh | 3 |
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 |
