summaryrefslogtreecommitdiff
path: root/port-forward/ssh-port-forward.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-02 08:55:26 +0800
committerhc <hc@email.ch>2024-10-02 08:55:26 +0800
commit809a9229b68f4b1385915c152a49e69ebee963a7 (patch)
tree7376437384b8557efac1fa93dc66f985437a1b80 /port-forward/ssh-port-forward.sh
parentd1a8ea228181575ee5d3c4d96497c703e83800f7 (diff)
fix
Diffstat (limited to 'port-forward/ssh-port-forward.sh')
-rwxr-xr-x[-rw-r--r--]port-forward/ssh-port-forward.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/port-forward/ssh-port-forward.sh b/port-forward/ssh-port-forward.sh
index 748c161..798949d 100644..100755
--- a/port-forward/ssh-port-forward.sh
+++ b/port-forward/ssh-port-forward.sh
@@ -12,4 +12,6 @@ echo "cleaning attempted."
ssh -i $KEY_FILE $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done; echo "-R ${j}022:localhost:22")
+echo "port forward is available on port {j}00x"
+
#seperate all the files