run_dev_instance.sh - block the terminal when doing the SSH tunnel.
This has aggravated me for a while: When launching a dev environment, the generated command for the SSH tunnel should include the -N
flag so that it blocks the terminal. That way, we do not loose track of which terminal window is the one doing the tunneling.