forked from syntaxbullet/aurorabot
chore: stop opening browser automatically when connecting to remote
This commit is contained in:
@@ -50,9 +50,6 @@ else
|
|||||||
SSH_CMD="ssh -o ServerAliveInterval=30 -o ServerAliveCountMax=3"
|
SSH_CMD="ssh -o ServerAliveInterval=30 -o ServerAliveCountMax=3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Open browser in background
|
|
||||||
open_browser &
|
|
||||||
|
|
||||||
# Start both tunnels
|
# Start both tunnels
|
||||||
# -N means "Do not execute a remote command". -L is for local port forwarding.
|
# -N means "Do not execute a remote command". -L is for local port forwarding.
|
||||||
$SSH_CMD -N \
|
$SSH_CMD -N \
|
||||||
|
|||||||
Reference in New Issue
Block a user