Update port for service

This commit is contained in:
2018-11-01 01:34:32 +08:00
parent c544e08f2c
commit f880ab2ebe
3 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ sleep 3s
while true
do
ssh -o "ExitOnForwardFailure yes" -NL 22:192.168.80.240:22 localhost
ssh -o "ExitOnForwardFailure yes" -NL 2200:192.168.80.240:22 localhost
sleep 1s
done